Module Name: src
Committed By: riastradh
Date: Sun Oct 29 03:48:17 UTC 2017
Modified Files:
src/share/man/man9: memoryallocators.9
Log Message:
Fix typo.
Wishful thinking for some of our resource-constrained platforms!
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/memoryallocators.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/memoryallocators.9
diff -u src/share/man/man9/memoryallocators.9:1.7 src/share/man/man9/memoryallocators.9:1.8
--- src/share/man/man9/memoryallocators.9:1.7 Sat Oct 28 17:40:45 2017
+++ src/share/man/man9/memoryallocators.9 Sun Oct 29 03:48:17 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: memoryallocators.9,v 1.7 2017/10/28 17:40:45 riastradh Exp $
+.\" $NetBSD: memoryallocators.9,v 1.8 2017/10/29 03:48:17 riastradh Exp $
.\"
.\" Copyright (c) 2006 Elad Efrat <[email protected]>
.\" All rights reserved.
@@ -52,7 +52,7 @@ a maximum usable number of allocations
.It
costly object initialization that can be reused
.It
-allocating resources other than pageable RAM-packed kernel virtual
+allocating resources other than pageable RAM-backed kernel virtual
address space
.El
.Ss The Kmem Allocator