diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-09 15:10:29 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-09 15:10:29 +0000 |
commit | 64cf752e9cc6beafbafc387d6a0ccf79bc774e7c (patch) | |
tree | 1fb401f1f63d95be737ecd20a5c6e71d538978f5 /lib/System | |
parent | a17cceceef8c8ce441c329f2795b8f713c23e8e6 (diff) |
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r-- | lib/System/Win32/Win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Win32/Win32.h b/lib/System/Win32/Win32.h index 8f505b1a6c..02ca9d380f 100644 --- a/lib/System/Win32/Win32.h +++ b/lib/System/Win32/Win32.h @@ -19,7 +19,7 @@ // Require at least Windows 2000 API. #define _WIN32_WINNT 0x0500 -#include "llvm/Config/config.h" // Get autoconf configuration settings +#include "llvm/Config/config.h" // Get build system configuration settings #include "windows.h" #include <cassert> #include <string> |