diff options
Diffstat (limited to 'gcc/ada/osint.ads')
-rw-r--r-- | gcc/ada/osint.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/osint.ads b/gcc/ada/osint.ads index fdb3278a61f..be387392295 100644 --- a/gcc/ada/osint.ads +++ b/gcc/ada/osint.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.1 $ +-- $Revision: 1.2 $ -- -- -- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- -- -- @@ -136,7 +136,7 @@ package Osint is -- Writes name of program as invoked to standard output procedure Fail (S1 : String; S2 : String := ""; S3 : String := ""); - -- Outputs error messages S1 & S2 & S3 preceeded by the name of the + -- Outputs error messages S1 & S2 & S3 preceded by the name of the -- executing program and exits with E_Fatal. function Is_Directory_Separator (C : Character) return Boolean; @@ -264,7 +264,7 @@ package Osint is -- These subprograms are used to parse out the directory names in a -- search path specified by a Search_Path argument. The procedure -- initializes an internal pointer to point to the initial directory - -- name, and calls to the function return sucessive directory names, + -- name, and calls to the function return successive directory names, -- with a null pointer marking the end of the list. function Get_Primary_Src_Search_Directory return String_Ptr; |