Remove redundant code.
[bertos.git] / bertos / cpu / arm / drv / timer_at91.h
index 68e5561e03e9894721d3ff477e19d7f221b49982..0628d3940330d3cbdd4f22bd735d1750d4815035 100644 (file)
@@ -30,8 +30,6 @@
  *
  * -->
  *
- * \version $Id$
- *
  * \author Francesco Sacchi <batt@develer.com>
  *
  * \brief Low-level timer module for Atmel AT91 (interface).
@@ -65,7 +63,7 @@
 #if (CONFIG_TIMER == TIMER_ON_PIT)
 
        /*
-        * On ARM all IRQs are handled by the sysirq_dispatcher, so the actual
+        * On ARM all system IRQs are handled by the sysirq_dispatcher, so the actual
         * timer handler can be treated like any other normal routine.
         */
        #define DEFINE_TIMER_ISR        void timer_handler(void);       \