Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipc/sem.c: spelling fix

s/purpuse/purpose/

Link: https://lkml.kernel.org/r/20210319221432.26631-1-unixbhaskar@gmail.com
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Bhaskar Chowdhury and committed by
Linus Torvalds
7497835f a109ae2a

+1 -1
+1 -1
ipc/sem.c
··· 786 786 { 787 787 get_task_struct(q->sleeper); 788 788 789 - /* see SEM_BARRIER_2 for purpuse/pairing */ 789 + /* see SEM_BARRIER_2 for purpose/pairing */ 790 790 smp_store_release(&q->status, error); 791 791 792 792 wake_q_add_safe(wake_q, q->sleeper);