diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-01 08:08:16 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-01 08:08:16 +0000 |
commit | ef32b7b4ed3473dd3074dc2f1b99a45e889d4dd2 (patch) | |
tree | 307816e445cc2d3a833f62dbd84bfb40f47f60e2 /lib | |
parent | 46dd7fa28774a43ed962f12dff50a2f623bdfc62 (diff) |
Fix typo in comment (_setjmp -> setjmp)
ok deraadt
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/arch/i386/gen/setjmp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/i386/gen/setjmp.S b/lib/libc/arch/i386/gen/setjmp.S index 635547e4b22..38347de60dc 100644 --- a/lib/libc/arch/i386/gen/setjmp.S +++ b/lib/libc/arch/i386/gen/setjmp.S @@ -34,11 +34,11 @@ #if defined(LIBC_SCCS) .text - .asciz "$OpenBSD: setjmp.S,v 1.6 2003/06/02 20:18:30 millert Exp $" + .asciz "$OpenBSD: setjmp.S,v 1.7 2005/04/01 08:08:15 hshoexer Exp $" #endif /* - * C library -- _setjmp, _longjmp + * C library -- setjmp, longjmp * * longjmp(a,v) * will generate a "return(v)" from the last call to |