]> granicus.if.org Git - clang/commitdiff
Fix a typo.
authorAdrian Prantl <aprantl@apple.com>
Fri, 19 Dec 2014 01:02:11 +0000 (01:02 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 19 Dec 2014 01:02:11 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224557 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index dc4084613c402ea938bbe825461c3f8620992c02..7a5c90a1ccfcb2c7339a8d25a70863bdf18fc80c 100644 (file)
@@ -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())