Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63300edd authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

<asm-generic/siginfo.h>: fix language in comments

Fix grammar and add an omitted word.

Link: http://lkml.kernel.org/r/1a5a021c-0207-f793-7f07-addca26772d5@infradead.org


Fixes: f9886bc5 ("signal: Document the strange si_codes used by ptrace event stops")
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b0cd38c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -280,8 +280,8 @@ typedef struct siginfo {
#define NSIGTRAP	4

/*
 * There are an additional set of SIGTRAP si_codes used by ptrace
 * that of the form: ((PTRACE_EVENT_XXX << 8) | SIGTRAP)
 * There is an additional set of SIGTRAP si_codes used by ptrace
 * that are of the form: ((PTRACE_EVENT_XXX << 8) | SIGTRAP)
 */

/*