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

From: Randy Dunlap
Date: Wed Jan 31 2018 - 23:18:12 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Fix grammar and add an omitted word.

Fixes: f9886bc50a8e ("signal: Document the strange si_codes used by ptrace event stops")
Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Eric W. Biederman <ebiederm@xxxxxxxxxxxx>
---
include/uapi/asm-generic/siginfo.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--- orig/include/uapi/asm-generic/siginfo.h
+++ next/include/uapi/asm-generic/siginfo.h
@@ -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)
*/

/*