summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-31 16:38:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-31 16:38:22 +0000
commit674a980f1c382d125a34e320bcb44771dd027628 (patch)
tree65f4a70082f0f7070860a437d64346226f86504f /c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S
parent2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-674a980f1c382d125a34e320bcb44771dd027628.tar.bz2
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* timer/timer.c, timer/timerisr.S: Rename timer driver methods to follow RTEMS programming conventions.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S')
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S b/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S
index 9121bad031..442d5daab5 100644
--- a/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S
+++ b/c/src/lib/libbsp/m68k/mvme167/timer/timerisr.S
@@ -2,7 +2,7 @@
*
* 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() routine.
+ * into account in the benchmark_timerread() routine.
*
* Input parameters: NONE
*