diff options
Diffstat (limited to 'linux-user/ppc/vdso.S')
-rw-r--r-- | linux-user/ppc/vdso.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/ppc/vdso.S b/linux-user/ppc/vdso.S index 689010db13..2e79ea9808 100644 --- a/linux-user/ppc/vdso.S +++ b/linux-user/ppc/vdso.S @@ -227,7 +227,7 @@ endf __kernel_sigtramp_rt #ifndef _ARCH_PPC64 /* * The non-rt sigreturn has the same layout at a different offset. - * Move the CFA and leave all othe other descriptions the same. + * Move the CFA and leave all the other descriptions the same. */ .cfi_def_cfa 1, SIGNAL_FRAMESIZE + offsetof_sigframe_mcontext nop |