Skip to content

Commit 7497835

Browse files
unixbhaskartorvalds
authored andcommitted
ipc/sem.c: spelling fix
s/purpuse/purpose/ Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Bhaskar Chowdhury <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent a109ae2 commit 7497835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipc/sem.c

Lines changed: 1 addition & 1 deletion
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)