aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_malloc.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-06-14 03:02:33 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-06-14 03:02:33 +0000
commit3805385e3d2f8bef16d412d8bcbfda4f2f88cc5a (patch)
tree1c9ad814877645065aee5ff5ad5d2cc70bc2d6c3 /sys/kern/kern_malloc.c
parentc2259ba44fafbbc7ad10a3c9edd7dd728b4882fc (diff)
downloadsrc-3805385e3d2f8bef16d412d8bcbfda4f2f88cc5a.tar.gz
src-3805385e3d2f8bef16d412d8bcbfda4f2f88cc5a.zip
Spell statistics more correctly in comments.
Notes
Notes: svn path=/head/; revision=170691
Diffstat (limited to 'sys/kern/kern_malloc.c')
-rw-r--r--sys/kern/kern_malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
index 9a995392a5fb..d42c5c2b1231 100644
--- a/sys/kern/kern_malloc.c
+++ b/sys/kern/kern_malloc.c
@@ -267,7 +267,7 @@ malloc_type_allocated(struct malloc_type *mtp, unsigned long size)
}
/*
- * A free operation has occurred -- update malloc type statistis for the
+ * A free operation has occurred -- update malloc type statistics for the
* amount of the bucket size. Occurs within a critical section so that the
* thread isn't preempted and doesn't migrate while updating per-CPU
* statistics.