diff options
Diffstat (limited to 'gcc/ada/osint.adb')
| -rw-r--r-- | gcc/ada/osint.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/osint.adb b/gcc/ada/osint.adb index c30ed8c..0c15982 100644 --- a/gcc/ada/osint.adb +++ b/gcc/ada/osint.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2013, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2014, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -2988,7 +2988,7 @@ package body Osint is exception when others => - Fail ("erroneous directory spec: " & Host_Dir); + Fail ("invalid directory spec: " & Host_Dir); return null; end To_Canonical_Dir_Spec; @@ -3081,7 +3081,7 @@ package body Osint is exception when others => - Fail ("erroneous file spec: " & Host_File); + Fail ("invalid file spec: " & Host_File); return null; end To_Canonical_File_Spec; @@ -3114,7 +3114,7 @@ package body Osint is exception when others => - Fail ("erroneous path spec: " & Host_Path); + Fail ("invalid path spec: " & Host_Path); return null; end To_Canonical_Path_Spec; |
