[Ada] System.Os_Lib.Normalize_Pathname: fix incorrect comment
authorVasiliy Fofanov <fofanov@adacore.com>
Tue, 9 Oct 2018 15:05:09 +0000 (15:05 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 9 Oct 2018 15:05:09 +0000 (15:05 +0000)
2018-10-09  Vasiliy Fofanov  <fofanov@adacore.com>

gcc/ada/

* libgnat/s-os_lib.ads (Normalize_Pathname): Fix incorrect
comment.

From-SVN: r264963

gcc/ada/ChangeLog
gcc/ada/libgnat/s-os_lib.ads

index 527b350c2ca3c45805bde34497c884aa020ea1e6..d6535fde41f1614574faf8df7fb42013f8ef9b85 100644 (file)
@@ -1,3 +1,8 @@
+2018-10-09  Vasiliy Fofanov  <fofanov@adacore.com>
+
+       * libgnat/s-os_lib.ads (Normalize_Pathname): Fix incorrect
+       comment.
+
 2018-10-09  Arnaud Charlet  <charlet@adacore.com>
 
        * vxlink.adb: Remove pragma Annotate, no longer needed.
index 1e2ffa354a34e2613aa2e88bed281f13e82dabb5..227094900f19e8ef433d315acba25fdb22c7b285 100644 (file)
@@ -545,8 +545,8 @@ package System.OS_Lib is
    --  directory pointed to. This is slightly less efficient, since it
    --  requires system calls.
    --
-   --  If Name cannot be resolved, is invalid (for example if it is too big) or
-   --  is null on entry (for example if there is symbolic link circularity,
+   --  If Name is empty or the path contains symbolic links that can't be
+   --  resolved (for example there is a symbolic link circularity,
    --  e.g. A is a symbolic link for B, and B is a symbolic link for A), then
    --  Normalize_Pathname returns an empty string.
    --