summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-06-08 21:55:39 +0000
committerrwatson <rwatson@FreeBSD.org>2006-06-08 21:55:39 +0000
commitf0de47503d95dc350f5fd7efb257f7eb99961bf1 (patch)
treea2fa0db8a97bb3132dddb5732ec09ed040497bf5 /sys/security
parent840beae2395e64eb67a29e868f92da67f15685a7 (diff)
downloadFreeBSD-src-f0de47503d95dc350f5fd7efb257f7eb99961bf1.zip
FreeBSD-src-f0de47503d95dc350f5fd7efb257f7eb99961bf1.tar.gz
Prefer C to C++ comments per style(9).
Perforce CID: 98826 Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit_trigger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit_trigger.c b/sys/security/audit/audit_trigger.c
index 44b6de3..52f67cd 100644
--- a/sys/security/audit/audit_trigger.c
+++ b/sys/security/audit/audit_trigger.c
@@ -59,7 +59,7 @@ audit_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
{
int error;
- // Only one process may open the device at a time
+ /* Only one process may open the device at a time. */
mtx_lock(&audit_trigger_mtx);
if (!audit_isopen) {
error = 0;
OpenPOWER on IntegriCloud