new ltt-usertrace
[lttv.git] / ltt-usertrace / sample-highspeed.c
index 3f249d3f69bfca7a5f8fa7d77bd23b792f8c278f..78b0c7c19a06b09cbd924ec759e2ec8df4b8c56a 100644 (file)
@@ -11,7 +11,7 @@ int main(int argc, char **argv)
 {
        printf("Will trace the following string : Running fast! in an infinite loop.\n");
        printf("Abort with CTRL-C or it will quickly fill up your disk.\n");
-       printf("See the result file in /tmp/ltt-usertraces.\n");
+       printf("See the result file in /tmp/ltt-usertrace.\n");
 
        while(1) {
                trace_user_generic_string("Running fast!");
This page took 0.022256 seconds and 4 git commands to generate.