summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-09 15:10:29 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-09 15:10:29 +0000
commit64cf752e9cc6beafbafc387d6a0ccf79bc774e7c (patch)
tree1fb401f1f63d95be737ecd20a5c6e71d538978f5
parenta17cceceef8c8ce441c329f2795b8f713c23e8e6 (diff)
downloadllvm-64cf752e9cc6beafbafc387d6a0ccf79bc774e7c.tar.gz
llvm-64cf752e9cc6beafbafc387d6a0ccf79bc774e7c.tar.bz2
llvm-64cf752e9cc6beafbafc387d6a0ccf79bc774e7c.tar.xz
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118501 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/System/Win32/Win32.h2
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>