Comment fix.
authorRoland McGrath <roland@gnu.org>
Sun, 4 Dec 1994 18:00:48 +0000 (18:00 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 4 Dec 1994 18:00:48 +0000 (18:00 +0000)
sysdeps/mips/setjmp_aux.c

index 3d0ea14..ee2d209 100644 (file)
@@ -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.  */