Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2003 13:26:48 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26341 for review
Message-ID:  <200303042126.h24LQmkM063805@repoman.freebsd.org>

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

Change 26341 by jhb@jhb_laptop on 2003/03/04 13:26:17

	Grammar.

Affected files ...

.. //depot/projects/smpng/sys/kern/subr_witness.c#74 edit

Differences ...

==== //depot/projects/smpng/sys/kern/subr_witness.c#74 (text+ko) ====

@@ -1460,11 +1460,11 @@
 }
 
 /*
- * This is a bit risky at best.  We have call this when we have timed out
- * acquiring a spin lock and are assuming that the other CPU is stuck with
- * this lock held.  So, we go groveling around in the other CPU's per-cpu
- * data to try and find the lock instance for this spin lock to see when it
- * was last acquired.
+ * This is a bit risky at best.  We call this function when we have timed
+ * out acquiring a spin lock, and we assume that the other CPU is stuck
+ * with this lock held.  So, we go groveling around in the other CPU's
+ * per-cpu data to try to find the lock instance for this spin lock to
+ * see when it was last acquired.
  */
 void
 witness_display_spinlock(struct lock_object *lock, struct thread *owner)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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