On 06.07.2026 18:37, Frediano Ziglio wrote:
> From: Frediano Ziglio <frediano.ziglio@cloud.com>
>
> Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
However, I question such a change to be worthwhile the overhead. If this
was a widespread issue, sure. If there were many typos that are being
corrected in one go, perhaps. But otherwise best to correct when the
comment (or at least adjacent code) needs touching anyway.
Jan
> --- a/xen/arch/x86/traps-setup.c
> +++ b/xen/arch/x86/traps-setup.c
> @@ -245,7 +245,7 @@ static void __init init_ler(void)
>
> /*
> * Intel Pentium 4 is the only known CPU to not use the architectural MSR
> - * indicies.
> + * indices.
> */
> switch ( boot_cpu_data.vendor )
> {