mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Spell statistics more correctly in comments.
This commit is contained in:
parent
c2259ba44f
commit
3805385e3d
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ int audit_arge;
|
|||
int audit_in_failure;
|
||||
|
||||
/*
|
||||
* Global audit statistiscs.
|
||||
* Global audit statistics.
|
||||
*/
|
||||
struct audit_fstat audit_fstat;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue