This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix a couple more typos


This time in the mcf52xx variant HAL.

2009-04-21  Bart Veer  <bartv@ecoscentric.com>

	* include/var_intr.h: fix a couple of typos

Index: include/var_intr.h
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/m68k/mcf52xx/var/current/include/var_intr.h,v
retrieving revision 1.3
diff -u -p -r1.3 var_intr.h
--- include/var_intr.h	29 Jan 2009 17:49:24 -0000	1.3
+++ include/var_intr.h	21 Apr 2009 16:04:59 -0000
@@ -90,8 +90,7 @@
 // the bottom half of INTC0 is of interest, or interrupts 96-127 if
 // only the bottom half of INTC1 is of interest.
 //
-// Some newer ColdFire registers have additional set/clear mask
-// registers.
+// Some newer ColdFires have additional set/clear mask registers.
 
 #  ifdef HAL_MCFxxxx_INTCx_SIMR
 #   if (1 == HAL_MCFxxxx_HAS_MCF5282_INTC)
@@ -138,7 +137,7 @@
      if ( (CYGNUM_HAL_ISR_MAX < 32) || (_shift_ < 32)) {                    \
          _reg_   = HAL_MCFxxxx_INTC0_BASE + HAL_MCFxxxx_INTCx_IMRL;         \
      } else if ((CYGNUM_HAL_ISR_MAX < 64) || (_shift_ < 64)) {              \
-         _reg_    = HAL_MCFxxxx_INTC0_BASE + HAL_MCFx2xx_INTCx_IMRH;        \
+         _reg_    = HAL_MCFxxxx_INTC0_BASE + HAL_MCFxxxx_INTCx_IMRH;        \
          _shift_ -= 32;                                                     \
      } else if ((CYGNUM_HAL_ISR_MAX < 96) || (_shift_ < 96)) {              \
          _reg_    = HAL_MCFxxxx_INTC1_BASE + HAL_MCFxxxx_INTCx_IMRL;        \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]