浏览代码

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>
Marton Nemeth 16 年之前
父节点
当前提交
3c78f5d81a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/gcov.txt

+ 1 - 1
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: