X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-usertrace%2Fsample-printf.c;h=a513e3b6538a28a289afaa55b017e637caebece0;hb=6a0dfeb5fcad4695084bb599346dd5062d3d2eb4;hp=9b2292a7ba61e650b52e0cc10b1de03b3b89d6e7;hpb=987daa894960b79ca6b9fe2703e473fdf2efe768;p=lttv.git diff --git a/ltt-usertrace/sample-printf.c b/ltt-usertrace/sample-printf.c index 9b2292a7..a513e3b6 100644 --- a/ltt-usertrace/sample-printf.c +++ b/ltt-usertrace/sample-printf.c @@ -13,9 +13,9 @@ int main(int argc, char **argv) { printf("Will trace a printf of an incrementing counter.\n"); - printf("Abort with CTRL-C.\n"); - printf("No file is created with this example : it logs through a kernel\n"); - printf("system call. See the LTTng lttctl command to start tracing.\n"); + printf("Abort with CTRL-C.\n"); + printf("No file is created with this example : it logs through a kernel\n"); + printf("system call. See the LTTng lttctl command to start tracing.\n"); unsigned int count = 0;