From: Roland McGrath Date: Sun, 4 Dec 1994 18:00:48 +0000 (+0000) Subject: Comment fix. X-Git-Tag: glibc-2.16-ports-before-merge~4022 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0df328ab41f20c4bffd03c911703907e04ddf608;p=thirdparty%2Fglibc.git Comment fix. --- diff --git a/sysdeps/mips/setjmp_aux.c b/sysdeps/mips/setjmp_aux.c index 3d0ea14352b..ee2d20977d1 100644 --- a/sysdeps/mips/setjmp_aux.c +++ b/sysdeps/mips/setjmp_aux.c @@ -19,7 +19,7 @@ Cambridge, MA 02139, USA. */ #include /* 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. */