aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/osint.ads
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-10-28 12:56:08 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-10-28 12:56:08 +0000
commit638e383e25e3e1bb4e1e82be7583b13615b478b2 (patch)
treefbb57f6a0d3c44ef1d9fbad080ccc7b3dba33605 /gcc/ada/osint.ads
parentf63d1bf775e8c15c877f5a9bf0e3f6fbb021686b (diff)
downloadgcc-638e383e25e3e1bb4e1e82be7583b13615b478b2.zip
gcc-638e383e25e3e1bb4e1e82be7583b13615b478b2.tar.gz
gcc-638e383e25e3e1bb4e1e82be7583b13615b478b2.tar.bz2
86numaux.adb, [...]: Fix spelling errors.
* 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb, exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb, g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads, g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c, layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads, s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads, sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb, sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb, sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads, types.ads, urealp.adb: Fix spelling errors. From-SVN: r46581
Diffstat (limited to 'gcc/ada/osint.ads')
-rw-r--r--gcc/ada/osint.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/osint.ads b/gcc/ada/osint.ads
index 842c353..fdb3278 100644
--- a/gcc/ada/osint.ads
+++ b/gcc/ada/osint.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- $Revision: 1.108 $
+-- $Revision: 1.1 $
-- --
-- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
-- --
@@ -113,7 +113,7 @@ package Osint is
--
-- Initialize may terminate execution if the parameters are invalid or some
-- other fatal error is encountered. The interface is set up to
- -- accomodate scanning a series of files (e.g. as the result of
+ -- accommodate scanning a series of files (e.g. as the result of
-- wild card references in DOS, or an expanded list of source files
-- in Unix). Of course it is perfectly possible to ignore this in
-- the implementation and provide for opening only one file.
@@ -425,7 +425,7 @@ package Osint is
-- 3. The information could be written to a separate file, whose name is
-- related to the name of the source file by a fixed convention.
- -- Which of these three methods is chosen depends on the contraints of the
+ -- Which of these three methods is chosen depends on the constraints of the
-- host operating system. The interface described here is independent of
-- which of these approaches is used.