Fix comment typo.
authorDuncan Sands <baldrick@free.fr>
Thu, 29 Apr 2010 12:32:45 +0000 (12:32 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 29 Apr 2010 12:32:45 +0000 (12:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102612 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Metadata.h

index ff3e03e96fd86bdb9946ae509eefe09b9cc1558b..64ab6b7583ed7e89052aaf99c7816cbf5f91a359 100644 (file)
@@ -91,7 +91,7 @@ class MDNode : public Value, public FoldingSetNode {
     FunctionLocalBit = 1 << 0,
     
     /// NotUniquedBit - This is set on MDNodes that are not uniqued because they
-    /// have a null perand.
+    /// have a null operand.
     NotUniquedBit    = 1 << 1,
     
     /// DestroyFlag - This bit is set by destroy() so the destructor can assert