Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 18:24:21 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104087 for review
Message-ID:  <200608151824.k7FIOLYd041122@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104087

Change 104087 by jhb@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 &&



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608151824.k7FIOLYd041122>