summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/no_cpu/no_bsp/timer/timerisr.c')
-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 7cbd49a050..ac8e54b06f 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 Read_timer()
+ * number of overflows is taken into account in the benchmark_timerread()
* routine if necessary.
*
* To reduce overhead this is best to be the "rawest" hardware interupt