]> sourceware.org Git - glibc.git/commitdiff
tile: correct typo in comment
authorChris Metcalf <cmetcalf@tilera.com>
Tue, 10 Jul 2012 14:35:27 +0000 (10:35 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 10 Jul 2012 14:38:18 +0000 (10:38 -0400)
ports/ChangeLog.tile
ports/sysdeps/unix/sysv/linux/tile/makecontext.c

index 3c61b8000d76dc191749a3aa70fc7c2e8686a8a7..aa9c52a330face0eba9b6ab13a423e1995d1c2c1 100644 (file)
@@ -1,5 +1,8 @@
 2012-07-10  Chris Metcalf  <cmetcalf@tilera.com>
 
+       * sysdeps/unix/sysv/linux/tile/makecontext.c (__makecontext):
+       Correct typo in comment.
+
        * sysdeps/tile/sysdep.h (ENTRY): Use .globl, not
        ASM_GLOBAL_DIRECTIVE.
 
index e3f66bccb0f861e0235f306aee350a9cd7d9c1d3..d7584e072439d9df7f06b620138dc28c7f7398cb 100644 (file)
@@ -61,7 +61,7 @@ __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...)
   /* Set the return address to trampoline.  */
   ucp->uc_mcontext.lr = (long) __startcontext;
 
-  /* Pass ucp->uc_link to __start_context in r30.  */
+  /* Pass ucp->uc_link to __startcontext in r30.  */
   ucp->uc_mcontext.gregs[30] = (long) ucp->uc_link;
 }
 weak_alias (__makecontext, makecontext)
This page took 0.045872 seconds and 5 git commands to generate.