diff --git a/spinlock.c b/spinlock.c index a0458db..a30fc58 100644 --- 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) {