diff options
author | 2005-04-01 08:08:15 +0000 | |
---|---|---|
committer | 2005-04-01 08:08:15 +0000 | |
commit | cb74909d3e7ae6dc3109a915213cd292de6bb827 (patch) | |
tree | f5e1b7dea89e6dca17fccecba14e710f3e97233c /lib/libc | |
parent | ansify. ok deraadt@ jaredy@ (diff) | |
download | wireguard-openbsd-cb74909d3e7ae6dc3109a915213cd292de6bb827.tar.xz wireguard-openbsd-cb74909d3e7ae6dc3109a915213cd292de6bb827.zip |
Fix typo in comment (_setjmp -> setjmp)
ok deraadt
Diffstat (limited to 'lib/libc')
-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 |