r188257 - Fix typo in comment.
David Majnemer
david.majnemer at gmail.com
Tue Aug 13 02:17:25 PDT 2013
Author: majnemer
Date: Tue Aug 13 04:17:25 2013
New Revision: 188257
URL: http://llvm.org/viewvc/llvm-project?rev=188257&view=rev
Log:
Fix typo in comment.
Thanks Kim Gräsman!
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=188257&r1=188256&r2=188257&view=diff
==============================================================================
--- cfe/trunk/lib/AST/MicrosoftMangle.cpp (original)
+++ cfe/trunk/lib/AST/MicrosoftMangle.cpp Tue Aug 13 04:17:25 2013
@@ -870,7 +870,7 @@ MicrosoftCXXNameMangler::mangleExpressio
std::string Name = "_GUID_" + Uuid.lower();
std::replace(Name.begin(), Name.end(), '-', '_');
- // If we had to peak through an address-of operator, treat this like we are
+ // If we had to peek through an address-of operator, treat this like we are
// dealing with a pointer type. Otherwise, treat it like a const reference.
//
// N.B. This matches up with the handling of TemplateArgument::Declaration
More information about the cfe-commits
mailing list