summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++/include/rtems++/rtemsInterrupt.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/librtems++/include/rtems++/rtemsInterrupt.h')
-rw-r--r--c/src/librtems++/include/rtems++/rtemsInterrupt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/librtems++/include/rtems++/rtemsInterrupt.h b/c/src/librtems++/include/rtems++/rtemsInterrupt.h
index 0c4f4f0d11..93d4195bf2 100644
--- a/c/src/librtems++/include/rtems++/rtemsInterrupt.h
+++ b/c/src/librtems++/include/rtems++/rtemsInterrupt.h
@@ -66,10 +66,10 @@ protected:
// called after the interrupt is caught and it goes off
virtual void handler() = 0;
- // chain to the previous handler,
+ // chain to the previous handler,
inline void chain() const;
-private:
+private:
const rtemsInterrupt& operator=(const rtemsInterrupt& );
rtemsInterrupt(const rtemsInterrupt& );