From ba7fefc8e00d027e0298d180aecce0689f660329 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Tue, 10 Jul 2012 10:35:27 -0400 Subject: [PATCH] tile: correct typo in comment --- ports/ChangeLog.tile | 3 +++ ports/sysdeps/unix/sysv/linux/tile/makecontext.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile index 3c61b8000d..aa9c52a330 100644 --- a/ports/ChangeLog.tile +++ b/ports/ChangeLog.tile @@ -1,5 +1,8 @@ 2012-07-10 Chris Metcalf + * sysdeps/unix/sysv/linux/tile/makecontext.c (__makecontext): + Correct typo in comment. + * sysdeps/tile/sysdep.h (ENTRY): Use .globl, not ASM_GLOBAL_DIRECTIVE. diff --git a/ports/sysdeps/unix/sysv/linux/tile/makecontext.c b/ports/sysdeps/unix/sysv/linux/tile/makecontext.c index e3f66bccb0..d7584e0724 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/makecontext.c +++ b/ports/sysdeps/unix/sysv/linux/tile/makecontext.c @@ -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) -- 2.43.5