Module Name: src
Committed By: wiz
Date: Mon Aug 3 22:20:07 UTC 2009
Modified Files:
src/share/man/man9: kmem.9
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/kmem.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/kmem.9
diff -u src/share/man/man9/kmem.9:1.2 src/share/man/man9/kmem.9:1.3
--- src/share/man/man9/kmem.9:1.2 Mon Aug 3 20:10:16 2009
+++ src/share/man/man9/kmem.9 Mon Aug 3 22:20:07 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: kmem.9,v 1.2 2009/08/03 20:10:16 rmind Exp $
+.\" $NetBSD: kmem.9,v 1.3 2009/08/03 22:20:07 wiz Exp $
.\"
.\" Copyright (c)2006 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -256,7 +256,7 @@
in these situations.
.\" ------------------------------------------------------------
.Sh SECURITY CONSIDERATION
-As the memory llocated by
+As the memory allocated by
.Fn kmem_alloc
is uninitialized, it can contain security-sensitive data left by its
previous user.