diff options
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/kmemtrace.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/kmemtrace.txt b/Documentation/vm/kmemtrace.txt index 75360b142ba4..f656cac3558c 100644 --- a/Documentation/vm/kmemtrace.txt +++ b/Documentation/vm/kmemtrace.txt | |||
@@ -61,7 +61,7 @@ III. Quick usage guide | |||
61 | ====================== | 61 | ====================== |
62 | 62 | ||
63 | 1) Get a kernel that supports kmemtrace and build it accordingly (i.e. enable | 63 | 1) Get a kernel that supports kmemtrace and build it accordingly (i.e. enable |
64 | CONFIG_KMEMTRACE and CONFIG_DEFAULT_ENABLED). | 64 | CONFIG_KMEMTRACE and CONFIG_KMEMTRACE_DEFAULT_ENABLED). |
65 | 65 | ||
66 | 2) Get the userspace tool and build it: | 66 | 2) Get the userspace tool and build it: |
67 | $ git-clone git://repo.or.cz/kmemtrace-user.git # current repository | 67 | $ git-clone git://repo.or.cz/kmemtrace-user.git # current repository |