diff options
-rw-r--r-- | spinlock.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |