Fix comment typo
authorVictor Hernandez <vhernandez@apple.com>
Wed, 13 Jan 2010 21:25:04 +0000 (21:25 +0000)
committerVictor Hernandez <vhernandez@apple.com>
Wed, 13 Jan 2010 21:25:04 +0000 (21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93355 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bitcode/Writer/BitcodeWriter.cpp

index a81b3463c5bfebcfff053f0cdea545ae53706167..5318b51bba61097baced43289fdcddedff2541a1 100644 (file)
@@ -570,7 +570,7 @@ static void WriteFunctionLocalMetadata(const ValueEnumerator &VE,
           StartedMetadataBlock = true;
         }
         WriteMDNode(N, VE, Stream, Record);
-        // Remove function-local MD, since it is used outside of function.
+        // Remove function-local MD, since it is not used outside of function.
         it = Vals.erase(it);
         end = Vals.end();
         continue;