diff options
author | Duncan Sands <baldrick@free.fr> | 2010-04-29 12:32:45 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-04-29 12:32:45 +0000 |
commit | e57f048b916af70c59ab6836494d77a1bbb769d1 (patch) | |
tree | 0f855cc018f727d403e751e09a866afe90b59bed | |
parent | 8fed76115e8052a8835f0ad217ad68482f83a7c9 (diff) |
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102612 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Metadata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Metadata.h b/include/llvm/Metadata.h index ff3e03e96f..64ab6b7583 100644 --- a/include/llvm/Metadata.h +++ b/include/llvm/Metadata.h @@ -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 |