Update comment.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 9 Nov 2010 15:10:29 +0000 (15:10 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 9 Nov 2010 15:10:29 +0000 (15:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118501 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Win32/Win32.h

index 8f505b1a6cdb496ce83428b69440221388aa9f75..02ca9d380fcea79d57e86a3ce63c123cd3b23fbe 100644 (file)
@@ -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>