diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c index be0d4812092..813d0fa622d 100644 --- a/sys/security/audit/audit.c +++ b/sys/security/audit/audit.c @@ -86,9 +86,8 @@ int audit_enabled; int audit_suspended; /* - * Flags controlling behavior in low storage situations. - * Should we panic if a write fails? Should we fail stop - * if we're out of disk space? + * Flags controlling behavior in low storage situations. Should we panic if + * a write fails? Should we fail stop if we're out of disk space? */ int audit_panic_on_write_fail; int audit_fail_stop;