summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-11-24 19:37:02 +0000
committerchristos <christos@NetBSD.org>2006-11-24 19:37:02 +0000
commit3d98aa3f4bcf7d6a62d8a8a023594f84edd6d5f1 (patch)
tree2df6baadce19c07bd7562e0931f2da844513bd2e /lib/libc/stdlib/malloc.c
parent3fb79e82608ba60f56257fe10726bb3e73179d2d (diff)
fix spelling of accidentally; from Zapher
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
-rw-r--r--lib/libc/stdlib/malloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c
index 6b9624cc0e0..4aac32040e5 100644
--- a/lib/libc/stdlib/malloc.c
+++ b/lib/libc/stdlib/malloc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: malloc.c,v 1.47 2006/10/08 16:25:15 elad Exp $ */
+/* $NetBSD: malloc.c,v 1.48 2006/11/24 19:37:02 christos Exp $ */
/*
* ----------------------------------------------------------------------------
@@ -70,7 +70,7 @@ void utrace(struct ut *, int);
# define UTRACE_LABEL "malloc",
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: malloc.c,v 1.47 2006/10/08 16:25:15 elad Exp $");
+__RCSID("$NetBSD: malloc.c,v 1.48 2006/11/24 19:37:02 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
int utrace(const char *, void *, size_t);
@@ -380,7 +380,7 @@ extend_pgdir(size_t idx)
/*
* NOTE: we allocate new pages and copy the directory rather than tempt
* fate by trying to "grow" the region.. There is nothing to prevent
- * us from accidently re-mapping space that's been allocated by our caller
+ * us from accidentally re-mapping space that's been allocated by our caller
* via dlopen() or other mmap().
*
* The copy problem is not too bad, as there is 4K of page index per