PERFORCE change 111479 for review

Todd Miller millert at FreeBSD.org
Mon Dec 11 14:14:17 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111479

Change 111479 by millert at millert_g5tower on 2006/12/11 21:37:35

	Fix comment.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc.c#15 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc.c#15 (text+ko) ====

@@ -267,7 +267,7 @@
 	avc_lck_attr = lck_attr_alloc_init();
 	lck_attr_setdefault(avc_lck_attr);	/* no lock debugging */
 
-	/* allocate avc mutexes */
+	/* allocate avc locks */
 	avc_log_lock = lck_spin_alloc_init(avc_lck_grp, avc_lck_attr);
 	notif_lock = lck_spin_alloc_init(avc_lck_grp, avc_lck_attr);
 


More information about the trustedbsd-cvs mailing list