summaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/5oosinte.adb4
-rw-r--r--gcc/ada/ChangeLog4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/5oosinte.adb b/gcc/ada/5oosinte.adb
index b5686b31548..83bbeb31694 100644
--- a/gcc/ada/5oosinte.adb
+++ b/gcc/ada/5oosinte.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.11 $
+-- $Revision: 1.1 $
-- --
-- Copyright (C) 1991-2000 Florida State University --
-- --
@@ -62,7 +62,7 @@ package body System.OS_Interface is
-- So we use the standard Ada Duration type which is implemented using
-- microseconds.
- -- Shouldn't the timer be moved to a seperate package ???
+ -- Shouldn't the timer be moved to a separate package ???
type Timer is record
Handle : aliased HTIMER := NULLHANDLE;
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 404edebbb4a..67c09bf4b7a 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
+
2001-10-05 Geert Bosch (bosch@gnat.com)
* adaint.h: Small formatting fix.