diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-03-21 05:04:30 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-21 16:16:58 +0400 |
commit | df5cbb27836ff6a6c807f9030ca536403fc674d2 (patch) | |
tree | e1eb49b184015e9a0b92a28193c41f60163fb14e /Documentation/kmemcheck.txt | |
parent | 2509671dcf6314635592f8eb84ef4793fce11a07 (diff) | |
download | linux-df5cbb27836ff6a6c807f9030ca536403fc674d2.tar.xz |
doc: fix double words
Fix double words "the the" in various files
within Documentations.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/kmemcheck.txt')
-rw-r--r-- | Documentation/kmemcheck.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kmemcheck.txt b/Documentation/kmemcheck.txt index 9398a501fdb9..a41bdebbe87b 100644 --- a/Documentation/kmemcheck.txt +++ b/Documentation/kmemcheck.txt @@ -541,7 +541,7 @@ initialized. This is the beginning of the struct: 92 } _sifields; 93 } siginfo_t; -On 64-bit, the int is 4 bytes long, so it must the the union member that has +On 64-bit, the int is 4 bytes long, so it must the union member that has not been initialized. We can verify this using gdb: $ gdb vmlinux |