diff options
author | Roland McGrath <roland@gnu.org> | 1994-12-04 18:00:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-12-04 18:00:48 +0000 |
commit | 0df328ab41f20c4bffd03c911703907e04ddf608 (patch) | |
tree | 67b13e25cbacd5b28d1093c622a338cc3b25069e /sysdeps | |
parent | 75ab5314ea5afee291baaca0fa3a5d309cd0c6a6 (diff) | |
download | glibc-0df328ab41f20c4bffd03c911703907e04ddf608.tar glibc-0df328ab41f20c4bffd03c911703907e04ddf608.tar.gz glibc-0df328ab41f20c4bffd03c911703907e04ddf608.tar.bz2 glibc-0df328ab41f20c4bffd03c911703907e04ddf608.zip |
Comment fix.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mips/setjmp_aux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/setjmp_aux.c b/sysdeps/mips/setjmp_aux.c index 3d0ea14352..ee2d20977d 100644 --- a/sysdeps/mips/setjmp_aux.c +++ b/sysdeps/mips/setjmp_aux.c @@ -19,7 +19,7 @@ Cambridge, MA 02139, USA. */ #include <setjmp.h> /* This function is only called via the assembly language routine - __setjmp, which arranges to pass in the stack pointer and the frame + __sigsetjmp, which arranges to pass in the stack pointer and the frame pointer. We do things this way because it's difficult to reliably access them in C. */ |