summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-10 07:59:49 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-10 08:02:31 -0500
commit79fee341320d41b822fb04fc2d2e1f22569181e0 (patch)
treed8a7e880b783641ff9ccceb4c83e6b745591a4a0
parentclockdrv_shell.c - Remove unreferenced and obsolete file (diff)
downloadrtems-79fee341320d41b822fb04fc2d2e1f22569181e0.tar.bz2
clockdrv_shell.h - Fix commment
-rw-r--r--c/src/lib/libbsp/shared/clockdrv_shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/clockdrv_shell.h b/c/src/lib/libbsp/shared/clockdrv_shell.h
index c7a408ec6a..a4e7ffbc96 100644
--- a/c/src/lib/libbsp/shared/clockdrv_shell.h
+++ b/c/src/lib/libbsp/shared/clockdrv_shell.h
@@ -20,7 +20,7 @@
#include <bsp.h>
#if defined(CLOCK_DRIVER_USE_FAST_IDLE) && defined(CLOCK_DRIVER_ISRS_PER_TICK)
-#error "clockdrv_shell.c: fast idle and N ISRs per tick is not supported"
+#error "clockdrv_shell.h: Fast Idle PLUS n ISRs per tick is not supported"
#endif
/*