]> Devi Nivas Git - cs3210-lab0.git/commitdiff
nit
authorrsc <rsc>
Fri, 10 Aug 2007 17:45:49 +0000 (17:45 +0000)
committerrsc <rsc>
Fri, 10 Aug 2007 17:45:49 +0000 (17:45 +0000)
spinlock.c

index a0458db7151705f0d7053eea5adc8732d133e105..a30fc58d5d2578e5b04a86286bcbe4ff59fc95fb 100644 (file)
@@ -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)
 {