[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH RFC 01/10] qemu/: fix some comment spelling errors
From: |
Alex Bennée |
Subject: |
Re: [PATCH RFC 01/10] qemu/: fix some comment spelling errors |
Date: |
Wed, 12 Aug 2020 15:12:49 +0100 |
User-agent: |
mu4e 1.5.5; emacs 28.0.50 |
zhaolichang <zhaolichang@huawei.com> writes:
> 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 folder.
>
> Signed-off-by: zhaolichang <zhaolichang@huawei.com>
> ---
<snip>
> diff --git a/gdbstub.c b/gdbstub.c
> index f3a318c..bbe66b5 100644
> --- a/gdbstub.c
> +++ b/gdbstub.c
> @@ -698,7 +698,7 @@ static uint32_t gdb_get_cpu_pid(CPUState *cpu)
> {
> /* TODO: In user mode, we should use the task state PID */
> if (cpu->cluster_index == UNASSIGNED_CLUSTER_INDEX) {
> - /* Return the default process' PID */
> + /* Return the default process's PID */
Hmm I thought this was correct usage as s's -> s' but apparently that is
only a given rule for possessive plural nouns (processes' PIDs) -
although apparently it is possible to have singular nouns in plural
forms so what do I know :-/
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
--
Alex Bennée
- [PATCH RFC 06/10] linux-user/: fix some comment spelling errors, (continued)
- [PATCH RFC 06/10] linux-user/: fix some comment spelling errors, zhaolichang, 2020/08/12
- [PATCH RFC 03/10] docs/: fix some comment spelling errors, zhaolichang, 2020/08/12
- [PATCH RFC 10/10] contrib/: fix some comment spelling errors, zhaolichang, 2020/08/12
- [PATCH RFC 09/10] qapi/: fix some comment spelling errors, zhaolichang, 2020/08/12
- [PATCH RFC 01/10] qemu/: fix some comment spelling errors, zhaolichang, 2020/08/12
- Re: [PATCH RFC 01/10] qemu/: fix some comment spelling errors,
Alex Bennée <=
- [PATCH RFC 02/10] migration/: fix some comment spelling errors, zhaolichang, 2020/08/12
- [PATCH RFC 08/10] disas/: fix some comment spelling errors, zhaolichang, 2020/08/12
- Re: [PATCH RFC 00/10] fix some comment spelling errors, Markus Armbruster, 2020/08/24