Spell statistics more correctly in comments.

This commit is contained in:
Robert Watson 2007-06-14 03:02:33 +00:00
parent c2259ba44f
commit 3805385e3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170691
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -100,7 +100,7 @@ int audit_arge;
int audit_in_failure;
/*
* Global audit statistiscs.
* Global audit statistics.
*/
struct audit_fstat audit_fstat;