diff options
author | zhaolichang | 2020-09-17 09:50:25 +0200 |
---|---|---|
committer | Laurent Vivier | 2020-09-17 20:39:22 +0200 |
commit | 6f9ff551a40593432b9d34d4d4142d3bc81c95dd (patch) | |
tree | c01bace35f7cfe3a0a6333a8fb109f2413c0e9a1 /linux-user/host | |
parent | util/: fix some comment spelling errors (diff) | |
download | qemu-6f9ff551a40593432b9d34d4d4142d3bc81c95dd.tar.gz qemu-6f9ff551a40593432b9d34d4d4142d3bc81c95dd.tar.xz qemu-6f9ff551a40593432b9d34d4d4142d3bc81c95dd.zip |
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/host')
-rw-r--r-- | linux-user/host/ppc64/safe-syscall.inc.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/host/ppc64/safe-syscall.inc.S b/linux-user/host/ppc64/safe-syscall.inc.S index 8ed73a5b86..875133173b 100644 --- a/linux-user/host/ppc64/safe-syscall.inc.S +++ b/linux-user/host/ppc64/safe-syscall.inc.S @@ -84,7 +84,7 @@ safe_syscall_end: /* code path when we didn't execute the syscall */ 0: addi 3, 0, -TARGET_ERESTARTSYS - ld 14, 16(1) /* restore r14 to its orginal value */ + ld 14, 16(1) /* restore r14 to its original value */ blr .cfi_endproc |