Skip to content

Commit

Permalink
Fix silly typo ("smb" vs "smp")
Browse files Browse the repository at this point in the history
Introduced by commit 6003a93
  • Loading branch information
Linus Torvalds committed Dec 24, 2005
1 parent 8e31108 commit 1224b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/sem.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ static void update_queue (struct sem_array * sma)
/* hands-off: q will disappear immediately after
* writing q->status.
*/
smb_wmb();
smp_wmb();
q->status = error;
q = n;
} else {
Expand Down

0 comments on commit 1224b37

Please sign in to comment.