]> granicus.if.org Git - clang/commitdiff
Fix typo in comment.
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 13 Aug 2013 09:17:25 +0000 (09:17 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 13 Aug 2013 09:17:25 +0000 (09:17 +0000)
Thanks Kim Gräsman!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188257 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/MicrosoftMangle.cpp

index 9f4df3a45489c765c0ddca9928a3b2460565de45..ac18db0dff33c00af405111d135df2360cf6f4bd 100644 (file)
@@ -870,7 +870,7 @@ MicrosoftCXXNameMangler::mangleExpression(const Expr *E) {
     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