summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-30 14:44:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-30 14:44:28 +0000
commit63cebf6ce8527c165ee3b3b3f772993eb7a1140c (patch)
treeecd3888e0a70d77f5521854d3b8453275eb80177 /cpukit
parentUncommented gettimeofday_r to resolve missing symbol. (diff)
downloadrtems-63cebf6ce8527c165ee3b3b3f772993eb7a1140c.tar.bz2
Fixed typos.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ada/rtems.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/ada/rtems.adb b/cpukit/ada/rtems.adb
index 80b88bfc27..9bd7432be1 100644
--- a/cpukit/ada/rtems.adb
+++ b/cpukit/ada/rtems.adb
@@ -1781,7 +1781,7 @@ package body RTEMS is
function IO_Read_Base (
Major : RTEMS.Device_Major_Number;
Minor : RTEMS.Device_Minor_Number;
- Argument : RTEMS.Address;
+ Argument : RTEMS.Address
) return RTEMS.Status_Codes;
pragma Import (C, IO_Read_Base, "rtems_io_read");
begin