X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=examples%2Ftimer.c;h=6628b21de9073a6d402123661613a52982c44b2a;hb=453c0d7558215cbc8636d94af172886d84e0dbba;hp=13ec06f02c44453b991329e49b97f052b47d204f;hpb=7a635e004ec12bd2a0bae9f90fbb5769b524a42e;p=u-boot diff --git a/examples/timer.c b/examples/timer.c index 13ec06f02c..6628b21de9 100644 --- a/examples/timer.c +++ b/examples/timer.c @@ -253,7 +253,7 @@ int timer (int argc, char *argv[]) ); #endif } else { - printf ("\nEnter: q - quit, b - start timer, e - stop timer, ? - get status\n"); + printf ("\nEnter: q - quit, b - start timer, e - stop timer, ? - get status\n"); } printf (usage); }