diff options
-rw-r--r-- | winsup/cygwin/path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index e15885c..341f826 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -44,7 +44,7 @@ details. */ Each DOS drive is defined to have a current directory. Supporting this would complicate things so for now things are defined so that - c: means c:\. FIXME: Is this still true? + c: means c:\. */ #include "winsup.h" |