Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-06-22 13:51:29 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-06-22 13:51:29 +0400
commit970790c68143b71e649d3e993f472ce3f436e8b5 (patch)
treed09f2bc35f81aa2b27e15e976b1afe6d5960e5dd /winsup/cygwin/path.cc
parent797ff24dfbb0be5a7260bc0056b335ceefd741de (diff)
* path.cc (realpath): Fix comment.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 3b3958d8b..5a7d74ecb 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -3207,8 +3207,8 @@ realpath (const char *path, char *resolved)
return NULL;
/* Win32 drive letter paths have to be converted to a POSIX path first,
- because path_conv lets the incoming path untouched except for converting
- backslashes to forward slashes. */
+ because path_conv leaves the incoming path untouched except for
+ converting backslashes to forward slashes. */
char *tpath;
if (isdrive (path))
{