OSDN Git Service

* 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
[pf3gnuchains/gcc-fork.git] / gcc / ada / osint.ads
index fdb3278..be38739 100644 (file)
@@ -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;