summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-03-02 19:11:39 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-03-02 19:11:39 +0000
commitdda52b28c5edd5bcf6d80cfad0213423b3b650b2 (patch)
treef3af76807d368ef537108e85fd4ddeec16aaafd2
parent42b6ae9827ff5d6ef0469411de4ee6d70a4b7420 (diff)
fix typo; fgsch@
-rw-r--r--lib/libc/gen/setjmp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3
index 7b8ba2ed6ab..f0c20de7bd7 100644
--- a/lib/libc/gen/setjmp.3
+++ b/lib/libc/gen/setjmp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setjmp.3,v 1.19 2004/03/02 15:56:24 millert Exp $
+.\" $OpenBSD: setjmp.3,v 1.20 2004/03/02 19:11:38 millert Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -84,7 +84,7 @@ instead of 0.
The value specified by
.Fa val
must be non-zero; a 0 value is treated as 1 to allow the programmer
-to differentiate between a direct invovation of
+to differentiate between a direct invocation of
.Fn setjmp
and a return via
.Fn longjmp .