summaryrefslogtreecommitdiffstats
path: root/sys/vm/uma.h
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2002-10-22 12:10:27 +0000
committersheldonh <sheldonh@FreeBSD.org>2002-10-22 12:10:27 +0000
commit6a5bf67574a74c0283a5134d71a55cf99534b793 (patch)
treeed8afc9abd6e51176adbab8bae1dd998deffceef /sys/vm/uma.h
parentaa430888dc37989ae244d729f160fc2f66268d7f (diff)
downloadFreeBSD-src-6a5bf67574a74c0283a5134d71a55cf99534b793.zip
FreeBSD-src-6a5bf67574a74c0283a5134d71a55cf99534b793.tar.gz
Fix typo in comments (misspelled "necessary").
Diffstat (limited to 'sys/vm/uma.h')
-rw-r--r--sys/vm/uma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/uma.h b/sys/vm/uma.h
index cde1d3a..769d81a 100644
--- a/sys/vm/uma.h
+++ b/sys/vm/uma.h
@@ -60,7 +60,7 @@ typedef struct uma_zone * uma_zone_t;
*
* Discussion:
* The constructor is called just before the memory is returned
- * to the user. It may block if neccisary.
+ * to the user. It may block if necessary.
*/
typedef void (*uma_ctor)(void *mem, int size, void *arg);
@@ -126,7 +126,7 @@ typedef void (*uma_fini)(void *mem, int size);
*
* For example, in the initializer you may want to initialize embeded locks,
* NULL list pointers, set up initial states, magic numbers, etc. This way if
- * the object is held in the allocator and re-used it won't be neccisary to
+ * the object is held in the allocator and re-used it won't be necessary to
* re-initialize it.
*
* The constructor may be used to lock a data structure, link it on to lists,
OpenPOWER on IntegriCloud