Fix documentation typo, from nobled.
authorDouglas Gregor <dgregor@apple.com>
Tue, 14 Dec 2010 16:21:49 +0000 (16:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 14 Dec 2010 16:21:49 +0000 (16:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121768 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.html

index f4e414aef2879ccdccccd8c61ac4f55038ad72a1..51b33bd5ec3b9f75575cc04cea77e088d2162410 100644 (file)
@@ -924,7 +924,7 @@ support is incomplete; enabling Microsoft extensions will silently drop
 certain constructs (including __declspec and Microsoft-style asm statements).
 </p>
 
-<li>clang allows setting _MCS_VER with -fmsc-version=. It defaults to 1300 which
+<li>clang allows setting _MSC_VER with -fmsc-version=. It defaults to 1300 which
 is the same as Visual C/C++ 2003. Any number is supported and can greatly affect
 what Windows SDK and c++stdlib headers clang can compile. This option will be
 removed when clang supports the full set of MS extensions required for these