r224557 - Fix a typo.

Adrian Prantl aprantl at apple.com
Thu Dec 18 17:02:11 PST 2014


Author: adrian
Date: Thu Dec 18 19:02:11 2014
New Revision: 224557

URL: http://llvm.org/viewvc/llvm-project?rev=224557&view=rev
Log:
Fix a typo.

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=224557&r1=224556&r2=224557&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Thu Dec 18 19:02:11 2014
@@ -3396,7 +3396,7 @@ void CGDebugInfo::finalize() {
     llvm::Metadata *Repl;
 
     auto it = DeclCache.find(p.first);
-    // If there has been no definition for the declaration, call RAUV
+    // If there has been no definition for the declaration, call RAUW
     // with ourselves, that will destroy the temporary MDNode and
     // replace it with a standard one, avoiding leaking memory.
     if (it == DeclCache.end())





More information about the cfe-commits mailing list