diff options
author | Marton Nemeth <nm127@freemail.hu> | 2009-07-22 22:44:23 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-09-21 15:14:56 +0200 |
commit | 3c78f5d81ae8131a24577b5551a6d1467b30e0af (patch) | |
tree | 66d3e7a0cb6e6292e74cd38e966a280c209a902e /Documentation/gcov.txt | |
parent | 7da8b6ddc7a03346f825925e0d981ca2bd1ed617 (diff) | |
download | linux-3c78f5d81ae8131a24577b5551a6d1467b30e0af.tar.gz linux-3c78f5d81ae8131a24577b5551a6d1467b30e0af.tar.bz2 linux-3c78f5d81ae8131a24577b5551a6d1467b30e0af.zip |
trivial: fix typo in CONFIG_DEBUG_FS in gcov doc
The correct name is CONFIG_DEBUG_FS, add the missing underscore.
Signed-off-by: Marton Nemeth <nm127@freemail.hu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/gcov.txt')
-rw-r--r-- | Documentation/gcov.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gcov.txt b/Documentation/gcov.txt index 40ec63352760..e7ca6478cd93 100644 --- a/Documentation/gcov.txt +++ b/Documentation/gcov.txt @@ -47,7 +47,7 @@ Possible uses: Configure the kernel with: - CONFIG_DEBUGFS=y + CONFIG_DEBUG_FS=y CONFIG_GCOV_KERNEL=y and to get coverage data for the entire kernel: |