diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2013-05-08 16:56:16 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-05-28 12:02:12 +0200 |
commit | f884ab15afdc5514e88105c92a4e2e1e6539869a (patch) | |
tree | 24d2bca7a44b4302ca30bdd460a222d677fe1e9b /Documentation/dynamic-debug-howto.txt | |
parent | 7e21f14d179ee8973a9b18552854c9934fcbe370 (diff) |
doc: fix misspellings with 'codespell' tool
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/dynamic-debug-howto.txt')
-rw-r--r-- | Documentation/dynamic-debug-howto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dynamic-debug-howto.txt b/Documentation/dynamic-debug-howto.txt index 72322c6d7352..1bbdcfcf1f13 100644 --- a/Documentation/dynamic-debug-howto.txt +++ b/Documentation/dynamic-debug-howto.txt @@ -279,7 +279,7 @@ The dyndbg option is a "fake" module parameter, which means: - modules do not need to define it explicitly - every module gets it tacitly, whether they use pr_debug or not -- it doesnt appear in /sys/module/$module/parameters/ +- it doesn't appear in /sys/module/$module/parameters/ To see it, grep the control file, or inspect /proc/cmdline. For CONFIG_DYNAMIC_DEBUG kernels, any settings given at boot-time (or |