diff options
author | Christopher Faylor <me@cgf.cx> | 2004-04-20 18:46:15 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-04-20 18:46:15 +0000 |
commit | f4a395ef787ee0d803f9fe4ba3157699764bcb73 (patch) | |
tree | b08dfc265b6d19c4ed4c0be74110cf48d350d69b /winsup/cygwin/path.cc | |
parent | 9f9231b31415c18033a6157463005beb013cdbab (diff) | |
download | newlib-f4a395ef787ee0d803f9fe4ba3157699764bcb73.zip newlib-f4a395ef787ee0d803f9fe4ba3157699764bcb73.tar.gz newlib-f4a395ef787ee0d803f9fe4ba3157699764bcb73.tar.bz2 |
fix comment
Diffstat (limited to 'winsup/cygwin/path.cc')
-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" |