perf script: Fix outdated comment for perf-trace-python
[pandora-kernel.git] / tools / perf / util / scripting-engines / trace-event-python.c
index 6ccf70e..8173636 100644 (file)
@@ -465,7 +465,7 @@ static int python_generate_script(const char *outfile)
        fprintf(ofp, "# be retrieved using Python functions of the form "
                "common_*(context).\n");
 
-       fprintf(ofp, "# See the perf-trace-python Documentation for the list "
+       fprintf(ofp, "# See the perf-script-python Documentation for the list "
                "of available functions.\n\n");
 
        fprintf(ofp, "import os\n");