qemu-trivial
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]