diff options
author | zhaolichang <zhaolichang@huawei.com> | 2020-09-17 15:50:25 +0800 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-09-17 20:39:22 +0200 |
commit | 6f9ff551a40593432b9d34d4d4142d3bc81c95dd (patch) | |
tree | c01bace35f7cfe3a0a6333a8fb109f2413c0e9a1 /linux-user/flat.h | |
parent | 8cc360b93ae09bcb0d34148b914652b24dd70061 (diff) |
linux-user/: fix some comment spelling errors
I found that there are many spelling errors in the comments of qemu,
so I used the spellcheck tool to check the spelling errors
and finally found some spelling errors in the linux-user folder.
Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: Alex Bennee <alex.bennee@linaro.org>
Message-Id: <20200917075029.313-7-zhaolichang@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/flat.h')
-rw-r--r-- | linux-user/flat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/flat.h b/linux-user/flat.h index 1e44b33443..ed518e2013 100644 --- a/linux-user/flat.h +++ b/linux-user/flat.h @@ -43,7 +43,7 @@ struct flat_hdr { abi_ulong reloc_count; /* Number of relocation records */ abi_ulong flags; abi_ulong build_date; /* When the program/library was built */ - abi_ulong filler[5]; /* Reservered, set to zero */ + abi_ulong filler[5]; /* Reserved, set to zero */ }; #define FLAT_FLAG_RAM 0x0001 /* load program entirely into RAM */ |