PERFORCE change 104087 for review

John Baldwin jhb at FreeBSD.org
Tue Aug 15 18:24:24 UTC 2006


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

Change 104087 by jhb at jhb_mutex on 2006/08/15 18:24:16

	Tweak.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_sx.c#37 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_sx.c#37 (text+ko) ====

@@ -426,7 +426,7 @@
 
 	/*
 	 * Second, see if it looks like td is blocked on the shared
-	 * condvar.
+	 * condition variable.
 	 */
 	sx = (struct sx *)((char *)cv - offsetof(struct sx, sx_shrd_cv));
 	if (LOCK_CLASS(&sx->sx_object) == &lock_class_sx &&


More information about the p4-projects mailing list