summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man9/malloc.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 5da03a0d278..6b830dba27e 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: malloc.9,v 1.31 2005/03/30 23:25:59 pedro Exp $
+.\" $OpenBSD: malloc.9,v 1.32 2005/04/15 13:30:51 tom Exp $
.\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -104,7 +104,7 @@ will never return
.Dv NULL .
Note that
.Dv M_WAITOK
-is conveniently defined to be 0, and hence maybe or'ed into the
+is conveniently defined to be 0, and hence may be or'ed into the
.Fa flags
argument to indicate that it's OK to wait for resources.
.El