aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/bits/setjmp.h
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-23 12:11:30 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-23 15:23:09 +0000
commit0b25c28e028b63c95108c442d8112811107e4c13 (patch)
treebc40fc56ca65a34e333ea492e21edffcb8d3103f /sysdeps/powerpc/bits/setjmp.h
parentd13733c166b71ac05056f553f0afdc8a363b2820 (diff)
downloadglibc-0b25c28e028b63c95108c442d8112811107e4c13.zip
glibc-0b25c28e028b63c95108c442d8112811107e4c13.tar.gz
glibc-0b25c28e028b63c95108c442d8112811107e4c13.tar.bz2
Fix misspellings in sysdeps/powerpc -- BZ 25337
All fixes are in comments, so the binaries should be identical before/after this commit, but I can't verify this. Reviewed-by: Rajalakshmi Srinivasaraghavan <rajis@linux.ibm.com>
Diffstat (limited to 'sysdeps/powerpc/bits/setjmp.h')
-rw-r--r--sysdeps/powerpc/bits/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/bits/setjmp.h b/sysdeps/powerpc/bits/setjmp.h
index ac92616..201208a 100644
--- a/sysdeps/powerpc/bits/setjmp.h
+++ b/sysdeps/powerpc/bits/setjmp.h
@@ -32,7 +32,7 @@
/* The current powerpc 32-bit Altivec ABI specifies for SVR4 ABI and EABI
the vrsave must be at byte 248 & v20 at byte 256. So we must pad this
- correctly on 32 bit. It also insists that vecregs are only gauranteed
+ correctly on 32 bit. It also insists that vecregs are only guaranteed
4 byte alignment so we need to use vperm in the setjmp/longjmp routines.
We have to version the code because members like int __mask_was_saved
in the jmp_buf will move as jmp_buf is now larger than 248 bytes. We