summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/intr.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/intr.c')
-rw-r--r--c/src/exec/posix/src/intr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/exec/posix/src/intr.c b/c/src/exec/posix/src/intr.c
index 7f9c62964d..d82af2e266 100644
--- a/c/src/exec/posix/src/intr.c
+++ b/c/src/exec/posix/src/intr.c
@@ -1,9 +1,10 @@
-/* intr.c
- *
+/*
* NOTE: Each task has an interrupt semaphore associated with it.
* No matter which interrupt occurs that it has registered,
* the same semaphore is used.
*
+ * This whole interrupt scheme may have been eliminated in a later draft.
+ *
* $Id$
*/