diff options
Diffstat (limited to 'gcc/ada/g-dirope.adb')
-rw-r--r-- | gcc/ada/g-dirope.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/g-dirope.adb b/gcc/ada/g-dirope.adb index afa996c56b2..677f5c4527a 100644 --- a/gcc/ada/g-dirope.adb +++ b/gcc/ada/g-dirope.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- $Revision$ +-- $Revision: 1.2 $ -- -- -- Copyright (C) 1998-2001 Ada Core Technologies, Inc. -- -- -- @@ -228,7 +228,7 @@ package body GNAT.Directory_Operations is procedure Var (K : in out Positive); -- Translate variable name starting at position K with the associated - -- environement value. + -- environment value. procedure Free is new Unchecked_Deallocation (String, OS_Lib.String_Access); @@ -304,7 +304,7 @@ package body GNAT.Directory_Operations is if Path (E) = '}' then - -- OK found, translate with environement value + -- OK found, translate with environment value declare Env : OS_Lib.String_Access := |