Commit 9aa47367 by Vasiliy Fofanov Committed by Pierre-Marie de Rodat

[Ada] System.Os_Lib.Normalize_Pathname: fix incorrect comment

2018-10-09  Vasiliy Fofanov  <fofanov@adacore.com>

gcc/ada/

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

From-SVN: r264963
parent 0960ddad
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> 2018-10-09 Arnaud Charlet <charlet@adacore.com>
* vxlink.adb: Remove pragma Annotate, no longer needed. * vxlink.adb: Remove pragma Annotate, no longer needed.
......
...@@ -545,8 +545,8 @@ package System.OS_Lib is ...@@ -545,8 +545,8 @@ package System.OS_Lib is
-- directory pointed to. This is slightly less efficient, since it -- directory pointed to. This is slightly less efficient, since it
-- requires system calls. -- requires system calls.
-- --
-- If Name cannot be resolved, is invalid (for example if it is too big) or -- If Name is empty or the path contains symbolic links that can't be
-- is null on entry (for example if there is symbolic link circularity, -- 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 -- e.g. A is a symbolic link for B, and B is a symbolic link for A), then
-- Normalize_Pathname returns an empty string. -- Normalize_Pathname returns an empty string.
-- --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment