From: Andreas Jaeger Date: Mon, 20 Nov 2000 07:54:19 +0000 (+0000) Subject: Fix comments X-Git-Tag: cvs/glibc-2_2_1~318 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c45c8be68d4fb1ce54c2d1f82d16cc829688bc3d;p=thirdparty%2Fglibc.git Fix comments --- diff --git a/sysdeps/unix/sysv/linux/mips/clone.S b/sysdeps/unix/sysv/linux/mips/clone.S index cee391305c9..dd7a1f56fe6 100644 --- a/sysdeps/unix/sysv/linux/mips/clone.S +++ b/sysdeps/unix/sysv/linux/mips/clone.S @@ -82,15 +82,13 @@ error: /* Load up the arguments to the function. Put this block of code in its own function so that we can terminate the stack trace with our - debug info. - - At this point we have s0=arg, s1=fn. */ + debug info. */ ENTRY(__thread_start) /* cp is already loaded. */ .cprestore 16 /* The stackframe has been created on entry of clone(). */ - /* Resort the arg for user's function. */ + /* Restore the arg for user's function. */ lw t9,0(sp) /* Function pointer. */ lw a0,4(sp) /* Argument pointer. */