aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-09 15:10:45 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-09 15:10:45 +0000
commit87e0697a46ad214be0d8fce0955494f4085de95a (patch)
tree44726dc91714efdf8d9c3dd065ac65d5e9b3dcca /include/llvm/System
parent64cf752e9cc6beafbafc387d6a0ccf79bc774e7c (diff)
downloadexternal_llvm-87e0697a46ad214be0d8fce0955494f4085de95a.zip
external_llvm-87e0697a46ad214be0d8fce0955494f4085de95a.tar.gz
external_llvm-87e0697a46ad214be0d8fce0955494f4085de95a.tar.bz2
System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r--include/llvm/System/Path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h
index a3b9ccc..ca1be63 100644
--- a/include/llvm/System/Path.h
+++ b/include/llvm/System/Path.h
@@ -89,7 +89,7 @@ namespace sys {
/// Construct a path to the root directory of the file system. The root
/// directory is a top level directory above which there are no more
/// directories. For example, on UNIX, the root directory is /. On Windows
- /// it is C:\. Other operating systems may have different notions of
+ /// it is file:///. Other operating systems may have different notions of
/// what the root directory is or none at all. In that case, a consistent
/// default root directory will be used.
static Path GetRootDirectory();