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 | |
parent | 9f9231b31415c18033a6157463005beb013cdbab (diff) | |
download | cygnal-f4a395ef787ee0d803f9fe4ba3157699764bcb73.tar.gz cygnal-f4a395ef787ee0d803f9fe4ba3157699764bcb73.tar.bz2 cygnal-f4a395ef787ee0d803f9fe4ba3157699764bcb73.zip |
fix comment
-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 e15885cbc..341f8268c 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" |