aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-08-31 09:11:30 -0400
committerMichal Simek <monstr@monstr.eu>2009-09-21 08:29:20 -0400
commit8274cae796b6532cb82f9cbf04a681ed59981d02 (patch)
treebf7200d736a5c7175518f3bb5049bbdbd66f2633
parentc2a32f0d758273fc1caa18b9d4544abb40cd58b1 (diff)
gcov: Fix DEBUG_FS symbol
Signed-off-by: Michal Simek <monstr@monstr.eu>
-rw-r--r--Documentation/gcov.txt2
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:
47 47
48Configure the kernel with: 48Configure the kernel with:
49 49
50 CONFIG_DEBUGFS=y 50 CONFIG_DEBUG_FS=y
51 CONFIG_GCOV_KERNEL=y 51 CONFIG_GCOV_KERNEL=y
52 52
53and to get coverage data for the entire kernel: 53and to get coverage data for the entire kernel: