summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-31 14:14:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-31 14:14:32 +0000
commit1a585016096d3bcaec412b1b0440a1e7d9d29cfa (patch)
treec7521c0ea2788f327a6a04b3e21c800bf3386b13 /cpukit
parent2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1a585016096d3bcaec412b1b0440a1e7d9d29cfa.tar.bz2
2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 840/rtems: * include/rtems/irq.h: Fix several typos.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/include/rtems/irq.h7
2 files changed, 8 insertions, 4 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f740c1a57e..71a1258875 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ PR 840/rtems:
+ * include/rtems/irq.h: Fix several typos.
+
2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add zlib.
diff --git a/cpukit/include/rtems/irq.h b/cpukit/include/rtems/irq.h
index 2e8e2ac297..12a501bd4a 100644
--- a/cpukit/include/rtems/irq.h
+++ b/cpukit/include/rtems/irq.h
@@ -15,7 +15,7 @@
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id&
+ * $Id$
*/
#ifndef _RTEMS_IRQ_H
@@ -55,7 +55,6 @@ typedef struct __rtems_irq_connect_data__ {
*/
rtems_irq_hdl_param handle;
/*
- /*
* function for enabling interrupts at device level (ONLY!).
* The BSP code will automatically enable it at i8259s level.
* RATIONALE : anyway such code has to exist in current driver code.
@@ -114,7 +113,7 @@ typedef struct {
* The interrupt source will be physically masked at i8259 level.
*/
rtems_irq_prio* irqPrioTbl;
-}rtems_irq_global_settings;
+} rtems_irq_global_settings;
/*-------------------------------------------------------------------------+
| Function Prototypes.
@@ -214,5 +213,5 @@ int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**);
}
#endif
-#endif
+#endif /* ASM */
#endif /* _RTEMS_IRQ_H */