mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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>
This commit is contained in:
parent
8cc360b93a
commit
6f9ff551a4
6 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
#define UNAME_MACHINE "cris"
|
||||
#define UNAME_MINIMUM_RELEASE "2.6.32"
|
||||
|
||||
/* pt_regs not only specifices the format in the user-struct during
|
||||
/* pt_regs not only specifies the format in the user-struct during
|
||||
* ptrace but is also the frame format used in the kernel prologue/epilogues
|
||||
* themselves
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@ struct target_pt_regs {
|
|||
unsigned long spc;
|
||||
unsigned long ccs;
|
||||
unsigned long srp;
|
||||
unsigned long erp; /* This is actually the debugged process' PC */
|
||||
unsigned long erp; /* This is actually the debugged process's PC */
|
||||
/* For debugging purposes; saved only when needed. */
|
||||
unsigned long exs;
|
||||
unsigned long eda;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue