r205156 - MS ABI: Correct typo in mangleStringLiteral

David Majnemer david.majnemer at gmail.com
Sun Mar 30 09:38:02 PDT 2014


Author: majnemer
Date: Sun Mar 30 11:38:02 2014
New Revision: 205156

URL: http://llvm.org/viewvc/llvm-project?rev=205156&view=rev
Log:
MS ABI: Correct typo in mangleStringLiteral

No functionality change.

Modified:
    cfe/trunk/lib/AST/MicrosoftMangle.cpp

Modified: cfe/trunk/lib/AST/MicrosoftMangle.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/MicrosoftMangle.cpp?rev=205156&r1=205155&r2=205156&view=diff
==============================================================================
--- cfe/trunk/lib/AST/MicrosoftMangle.cpp (original)
+++ cfe/trunk/lib/AST/MicrosoftMangle.cpp Sun Mar 30 11:38:02 2014
@@ -2403,7 +2403,7 @@ void MicrosoftMangleContextImpl::mangleS
   // scheme.
   Mangler.mangleNumber(CRC);
 
-  // <encoded-crc>: The mangled name also contains the first 32 _characters_
+  // <encoded-string>: The mangled name also contains the first 32 _characters_
   // (including null-terminator bytes) of the StringLiteral.
   // Each character is encoded by splitting them into bytes and then encoding
   // the constituent bytes.





More information about the cfe-commits mailing list