Module Name:    src
Committed By:   wiz
Date:           Mon May 18 09:00:02 UTC 2009

Modified Files:
        src/lib/libc/stdlib: malloc.3

Log Message:
Grammar fix.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/stdlib/malloc.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdlib/malloc.3
diff -u src/lib/libc/stdlib/malloc.3:1.28 src/lib/libc/stdlib/malloc.3:1.29
--- src/lib/libc/stdlib/malloc.3:1.28	Wed May 13 23:02:11 2009
+++ src/lib/libc/stdlib/malloc.3	Mon May 18 09:00:02 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: malloc.3,v 1.28 2009/05/13 23:02:11 wiz Exp $
+.\" $NetBSD: malloc.3,v 1.29 2009/05/18 09:00:02 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -224,7 +224,7 @@
 will be initialized to 0.
 Note that this initialization only happens once for each byte, so
 .Fn realloc
-call do not zero memory that was previously allocated.
+does not zero memory that was previously allocated.
 This is intended for debugging and will impact performance negatively.
 .El
 .Pp

Reply via email to