Skip to content

Commit 7497835

Browse files
unixbhaskartorvalds
authored andcommitted
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>
1 parent a109ae2 commit 7497835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipc/sem.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ static inline void wake_up_sem_queue_prepare(struct sem_queue *q, int error,
786786
{
787787
get_task_struct(q->sleeper);
788788

789-
/* see SEM_BARRIER_2 for purpuse/pairing */
789+
/* see SEM_BARRIER_2 for purpose/pairing */
790790
smp_store_release(&q->status, error);
791791

792792
wake_q_add_safe(wake_q, q->sleeper);

0 commit comments

Comments
 (0)