From 680f2931544153bf29bbd067816880bf03aafeb0 Mon Sep 17 00:00:00 2001 From: rwatson Date: Thu, 14 Jun 2007 03:02:33 +0000 Subject: Spell statistics more correctly in comments. --- sys/kern/kern_malloc.c | 2 +- sys/security/audit/audit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index 9a99539..d42c5c2 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. diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c index b9f36a0..9860d70 100644 --- a/sys/security/audit/audit.c +++ b/sys/security/audit/audit.c @@ -100,7 +100,7 @@ int audit_arge; int audit_in_failure; /* - * Global audit statistiscs. + * Global audit statistics. */ struct audit_fstat audit_fstat; -- cgit v1.1