diff options
| author | Randy Dunlap <[email protected]> | 2020-10-16 03:11:10 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-10-16 18:11:20 +0000 |
| commit | 2d0469814ade60efb5cd8ca9af93c43bc3ba831e (patch) | |
| tree | a83d532c4f558733d2477ab127e0fc0171445fb3 /lib/test_sysctl.c | |
| parent | lib: syscall: delete duplicated words (diff) | |
| download | kernel-2d0469814ade60efb5cd8ca9af93c43bc3ba831e.tar.gz kernel-2d0469814ade60efb5cd8ca9af93c43bc3ba831e.zip | |
lib: test_sysctl: delete duplicated words
Drop the repeated word "the".
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/test_sysctl.c')
| -rw-r--r-- | lib/test_sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_sysctl.c b/lib/test_sysctl.c index 98bc92a91662..3750323973f4 100644 --- a/lib/test_sysctl.c +++ b/lib/test_sysctl.c @@ -16,7 +16,7 @@ */ /* - * This module provides an interface to the the proc sysctl interfaces. This + * This module provides an interface to the proc sysctl interfaces. This * driver requires CONFIG_PROC_SYSCTL. It will not normally be loaded by the * system unless explicitly requested by name. You can also build this driver * into your kernel. |
