aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-12-04 18:00:48 +0000
committerRoland McGrath <roland@gnu.org>1994-12-04 18:00:48 +0000
commit0df328ab41f20c4bffd03c911703907e04ddf608 (patch)
tree67b13e25cbacd5b28d1093c622a338cc3b25069e /sysdeps
parent75ab5314ea5afee291baaca0fa3a5d309cd0c6a6 (diff)
downloadglibc-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.c2
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. */