Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Aug 10, 2007
1 parent 8908cc9 commit 15b326b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 15b326b

Please sign in to comment.