Skip to content

Commit 3c78f5d

Browse files
nmarci1Jiri Kosina
authored and
Jiri Kosina
committed
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>
1 parent 7da8b6d commit 3c78f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gcov.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Possible uses:
4747

4848
Configure the kernel with:
4949

50-
CONFIG_DEBUGFS=y
50+
CONFIG_DEBUG_FS=y
5151
CONFIG_GCOV_KERNEL=y
5252

5353
and to get coverage data for the entire kernel:

0 commit comments

Comments
 (0)