summaryrefslogtreecommitdiffstats
path: root/drivers/timer/timer-uclass.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-11-13 00:11:14 -0800
committerSimon Glass <sjg@chromium.org>2015-12-01 06:23:51 -0700
commit435ae76edd3a90fc4dd2f582052d7362cb8bdad7 (patch)
tree9f04def807558cbfc95d76af5beacc9eae3a5fd7 /drivers/timer/timer-uclass.c
parent4a421a67b6f36678bfd27b7fedc0de35faf94c76 (diff)
downloadblackbird-obmc-uboot-435ae76edd3a90fc4dd2f582052d7362cb8bdad7.tar.gz
blackbird-obmc-uboot-435ae76edd3a90fc4dd2f582052d7362cb8bdad7.zip
dm: timer: Fix several nits
This changes 'Timer' to 'timer' at several places. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/timer/timer-uclass.c')
-rw-r--r--drivers/timer/timer-uclass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/timer/timer-uclass.c b/drivers/timer/timer-uclass.c
index 12aee5ba4e..82c68975be 100644
--- a/drivers/timer/timer-uclass.c
+++ b/drivers/timer/timer-uclass.c
@@ -10,10 +10,10 @@
#include <timer.h>
/*
- * Implement a Timer uclass to work with lib/time.c. The timer is usually
+ * Implement a timer uclass to work with lib/time.c. The timer is usually
* a 32 bits free-running up counter. The get_rate() method is used to get
* the input clock frequency of the timer. The get_count() method is used
- * get the current 32 bits count value. If the hardware is counting down,
+ * to get the current 32 bits count value. If the hardware is counting down,
* the value should be inversed inside the method. There may be no real
* tick, and no timer interrupt.
*/
OpenPOWER on IntegriCloud