summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-06-14 03:02:33 +0000
committerrwatson <rwatson@FreeBSD.org>2007-06-14 03:02:33 +0000
commit680f2931544153bf29bbd067816880bf03aafeb0 (patch)
tree1c9ad814877645065aee5ff5ad5d2cc70bc2d6c3 /sys
parentf938c62f4e21ae3af133c8b7ce65a2aeccce8a2d (diff)
downloadFreeBSD-src-680f2931544153bf29bbd067816880bf03aafeb0.zip
FreeBSD-src-680f2931544153bf29bbd067816880bf03aafeb0.tar.gz
Spell statistics more correctly in comments.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_malloc.c2
-rw-r--r--sys/security/audit/audit.c2
2 files changed, 2 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud