diff options
author | Argiris Kirtzidis <akyrtzi@gmail.com> | 2008-06-16 10:14:09 +0000 |
---|---|---|
committer | Argiris Kirtzidis <akyrtzi@gmail.com> | 2008-06-16 10:14:09 +0000 |
commit | fb155475069e48d454746362cf9f9e41722d011d (patch) | |
tree | 2765604bfbe01f41f295e64b5afdfa317dcfbe5d /lib/System | |
parent | decb6a99c22f52dec9c828c1f5a8264ed7196e93 (diff) | |
download | external_llvm-fb155475069e48d454746362cf9f9e41722d011d.zip external_llvm-fb155475069e48d454746362cf9f9e41722d011d.tar.gz external_llvm-fb155475069e48d454746362cf9f9e41722d011d.tar.bz2 |
Minor comment fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52312 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r-- | lib/System/Win32/Path.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index 8f33664..bb1252c 100644 --- a/lib/System/Win32/Path.inc +++ b/lib/System/Win32/Path.inc @@ -1,4 +1,4 @@ -//===- llvm/System/Linux/Path.cpp - Linux Path Implementation ---*- C++ -*-===// +//===- llvm/System/Win32/Path.cpp - Win32 Path Implementation ---*- C++ -*-===// // // The LLVM Compiler Infrastructure // |