[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1a5a021c-0207-f793-7f07-addca26772d5@infradead.org>
Date: Wed, 31 Jan 2018 20:17:56 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
"Eric W. Biederman" <ebiederm@...ssion.com>
Subject: [PATCH] <asm-generic/siginfo.h>: fix language in comments
From: Randy Dunlap <rdunlap@...radead.org>
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@...radead.org>
Cc: Eric W. Biederman <ebiederm@...ssion.com>
---
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)
*/
/*
Powered by blists - more mailing lists