From 970790c68143b71e649d3e993f472ce3f436e8b5 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 22 Jun 2012 09:51:29 +0000 Subject: [PATCH] * path.cc (realpath): Fix comment. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/path.cc | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 33699dde7..384171000 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2012-06-21 Corinna Vinschen + + * path.cc (realpath): Fix comment. + 2012-06-21 Corinna Vinschen * path.cc (realpath): Call mount_info::conv_to_posix_path rather than 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)) { -- 2.43.5