summaryrefslogtreecommitdiffstats
path: root/udelay.c
diff options
context:
space:
mode:
Diffstat (limited to 'udelay.c')
-rw-r--r--udelay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udelay.c b/udelay.c
index 2026d3e..f7257c9 100644
--- a/udelay.c
+++ b/udelay.c
@@ -56,5 +56,5 @@ void myusec_calibrate_delay()
micro = count / timeusec;
printf_debug("%ldM loops per second. ", (unsigned long)micro);
- printf("ok\n");
+ printf("OK.\n");
}
OpenPOWER on IntegriCloud