summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-31 18:18:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-31 18:18:18 +0000
commit5dff6e6ed0483e4d3b46e43cbf886ac440fe7575 (patch)
treec8ae1842d27da514f5d7a5dac408b2c5f0ee6bba /c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
parent2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-5dff6e6ed0483e4d3b46e43cbf886ac440fe7575.tar.bz2
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* timer/timer.c, timer/timerisr.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
index ac8e54b06f..907582f400 100644
--- a/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
+++ b/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
@@ -2,7 +2,7 @@
*
* If required this ISR is used to bump a count of interval "overflow"
* interrupts which have occurred since the timer was started. The
- * number of overflows is taken into account in the benchmark_timerread()
+ * number of overflows is taken into account in the benchmark_timer_read()
* routine if necessary.
*
* To reduce overhead this is best to be the "rawest" hardware interupt