MS ABI: Correct typo in mangleStringLiteral
authorDavid Majnemer <david.majnemer@gmail.com>
Sun, 30 Mar 2014 16:38:02 +0000 (16:38 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sun, 30 Mar 2014 16:38:02 +0000 (16:38 +0000)
No functionality change.

llvm-svn: 205156

clang/lib/AST/MicrosoftMangle.cpp

index 01f9ffc5be5a0542a187350597e151fa5f583b69..0518f0544ea2d3140b30f4a200fbe74bcf83efcc 100644 (file)
@@ -2403,7 +2403,7 @@ void MicrosoftMangleContextImpl::mangleStringLiteral(const StringLiteral *SL,
   // 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.