Commit 3c78f5d81ae8131a24577b5551a6d1467b30e0af

Authored by Marton Nemeth
Committed by Jiri Kosina
1 parent 7da8b6ddc7

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/gcov.txt
... ... @@ -47,7 +47,7 @@
47 47  
48 48 Configure the kernel with:
49 49  
50   - CONFIG_DEBUGFS=y
  50 + CONFIG_DEBUG_FS=y
51 51 CONFIG_GCOV_KERNEL=y
52 52  
53 53 and to get coverage data for the entire kernel: