doc: fix broken references
[linux-2.6-block.git] / tools / perf / util / config.c
index fe02903f7d0f0d11e0dacaf24d03672f7af1a79a..80d9598db31a2c2dbeef1c58322dd6d147f65479 100644 (file)
@@ -341,7 +341,7 @@ const char *perf_config_dirname(const char *name, const char *value)
 
 static int perf_default_core_config(const char *var __used, const char *value __used)
 {
-       /* Add other config variables here and to Documentation/config.txt. */
+       /* Add other config variables here. */
        return 0;
 }
 
@@ -350,7 +350,7 @@ int perf_default_config(const char *var, const char *value, void *dummy __used)
        if (!prefixcmp(var, "core."))
                return perf_default_core_config(var, value);
 
-       /* Add other config variables here and to Documentation/config.txt. */
+       /* Add other config variables here. */
        return 0;
 }