From 981c306e4af81d6c7800d2eda172d22c4fc85046 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Sun, 30 Mar 2014 16:38:02 +0000 Subject: [PATCH] MS ABI: Correct typo in mangleStringLiteral No functionality change. llvm-svn: 205156 --- clang/lib/AST/MicrosoftMangle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/AST/MicrosoftMangle.cpp b/clang/lib/AST/MicrosoftMangle.cpp index 01f9ffc5be5a..0518f0544ea2 100644 --- a/clang/lib/AST/MicrosoftMangle.cpp +++ b/clang/lib/AST/MicrosoftMangle.cpp @@ -2403,7 +2403,7 @@ void MicrosoftMangleContextImpl::mangleStringLiteral(const StringLiteral *SL, // scheme. Mangler.mangleNumber(CRC); - // : The mangled name also contains the first 32 _characters_ + // : 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. -- 2.34.1