commit 15b326b630d7b52321b0bdaa3af82415a0e3c110 parent 8908cc9b15a67bf8180c42af06d37f476e493e54 Author: rsc <rsc> Date: Fri, 10 Aug 2007 17:45:49 +0000 nit Diffstat:
M | spinlock.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/spinlock.c b/spinlock.c @@ -38,8 +38,8 @@ getcallerpcs(void *v, uint pcs[]) // Acquire the lock. // Loops (spins) until the lock is acquired. -// (Because contention is handled by spinning, must not -// go to sleep holding any locks.) +// (Because contention is handled by spinning, +// must not go to sleep holding any locks.) void acquire(struct spinlock *lock) {