summaryrefslogtreecommitdiffstats
path: root/sys/vm/uma_core.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-04-02 21:25:12 +0000
committeralfred <alfred@FreeBSD.org>2002-04-02 21:25:12 +0000
commit0b196d98fbc068ee1cdd96ff0e5d8b9a313ef293 (patch)
tree6cd8c1af7864064690b6ba4ec8667b2d5ec1bf48 /sys/vm/uma_core.c
parent611a83ca16afac407ac6714b5e0156803e40b3cd (diff)
downloadFreeBSD-src-0b196d98fbc068ee1cdd96ff0e5d8b9a313ef293.zip
FreeBSD-src-0b196d98fbc068ee1cdd96ff0e5d8b9a313ef293.tar.gz
fix comment typo, s/neccisary/necessary/g
Diffstat (limited to 'sys/vm/uma_core.c')
-rw-r--r--sys/vm/uma_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c
index 359c9e8..e920a97 100644
--- a/sys/vm/uma_core.c
+++ b/sys/vm/uma_core.c
@@ -440,7 +440,7 @@ cache_drain(uma_zone_t zone)
/*
* Flush out the per cpu queues.
*
- * XXX This causes unneccisary thrashing due to immediately having
+ * XXX This causes unnecessary thrashing due to immediately having
* empty per cpu queues. I need to improve this.
*/
@@ -705,7 +705,7 @@ page_alloc(uma_zone_t zone, int bytes, u_int8_t *pflag, int wait)
/*
* XXX The original zone allocator did this, but I don't think it's
- * neccisary in current.
+ * necessary in current.
*/
if (lockstatus(&kernel_map->lock, NULL)) {
OpenPOWER on IntegriCloud