Author: dgregor
Date: Tue Dec 14 10:21:49 2010
New Revision: 121768

URL: http://llvm.org/viewvc/llvm-project?rev=121768&view=rev
Log:
Fix documentation typo, from nobled.

Modified:
    cfe/trunk/docs/UsersManual.html

Modified: cfe/trunk/docs/UsersManual.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=121768&r1=121767&r2=121768&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Tue Dec 14 10:21:49 2010
@@ -924,7 +924,7 @@
 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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to