]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
<asm-generic/siginfo.h>: fix language in comments
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 6 Feb 2018 23:39:27 +0000 (15:39 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Feb 2018 02:32:45 +0000 (18:32 -0800)
Fix grammar and add an omitted word.

Link: http://lkml.kernel.org/r/1a5a021c-0207-f793-7f07-addca26772d5@infradead.org
Fixes: f9886bc50a8e ("signal: Document the strange si_codes used by ptrace event stops")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/uapi/asm-generic/siginfo.h

index 254afc31e3be26afe20daff3e6f2f7e838291c3c..85dc965afd892ccd34a4d9f41673c60412fd97c0 100644 (file)
@@ -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)
  */
 
 /*