diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-09-02 10:49:44 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-09-02 10:49:44 +0000 |
commit | 079c101b83b0c4715df36cf198f28de34c7e1f39 (patch) | |
tree | 16f61c0baf6575946836aef4374ca7dab17138f5 /sys/bsm | |
parent | bba5063847914c63231200861881fc5476b985a7 (diff) | |
download | FreeBSD-src-079c101b83b0c4715df36cf198f28de34c7e1f39.zip FreeBSD-src-079c101b83b0c4715df36cf198f28de34c7e1f39.tar.gz |
Merge OpenBSM 1.0 alpha 10 changes into src/sys/bsm; comment spelling
fixes.
Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/bsm')
-rw-r--r-- | sys/bsm/audit_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/bsm/audit_internal.h b/sys/bsm/audit_internal.h index 30c76e4..39d04c0 100644 --- a/sys/bsm/audit_internal.h +++ b/sys/bsm/audit_internal.h @@ -71,9 +71,9 @@ typedef struct au_record au_record_t; /* * We could determined the header and trailer sizes by defining appropriate - * structures. We hold off that approach until we have a consistant way of + * structures. We hold off that approach until we have a consistent way of * using structures for all tokens. This is not straightforward since these - * token structures may contain pointers of whose contents we dont know the + * token structures may contain pointers of whose contents we do not know the * size (e.g text tokens). */ #define AUDIT_HEADER_SIZE 18 |