summaryrefslogtreecommitdiffstats
path: root/c/src/ada
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-30 14:49:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-30 14:49:56 +0000
commit8959fccf6260539c986beef1f7204648cc2ccb94 (patch)
tree1fbb48ee648d17943306b05805baec35d05856e0 /c/src/ada
parentFixed typos. (diff)
downloadrtems-8959fccf6260539c986beef1f7204648cc2ccb94.tar.bz2
fixed typo
Diffstat (limited to 'c/src/ada')
-rw-r--r--c/src/ada/rtems.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/ada/rtems.ads b/c/src/ada/rtems.ads
index 3e492dad53..be75883308 100644
--- a/c/src/ada/rtems.ads
+++ b/c/src/ada/rtems.ads
@@ -415,7 +415,7 @@ package RTEMS is
Internal_Error, -- RTEMS inconsistency detected
No_Memory, -- no memory left in heap
IO_Error, -- driver IO error
- Proxy_Blocking, -- internal multiprocessing only
+ Proxy_Blocking -- internal multiprocessing only
);
for Status_Codes'Size use 32;