fix comment typo, s/neccisary/necessary/g

This commit is contained in:
Alfred Perlstein 2002-04-02 21:25:12 +00:00
parent 93d3325f31
commit 157d7b3538
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93697

View File

@ -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)) {