summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Metadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Metadata.h b/include/llvm/Metadata.h
index 7f232a3c98..73579861ec 100644
--- a/include/llvm/Metadata.h
+++ b/include/llvm/Metadata.h
@@ -77,7 +77,7 @@ class MDNode : public Value, public FoldingSetNode {
friend class LLVMContextImpl;
friend struct FoldingSetTrait<MDNode>;
- /// NumOperands - If the MDNode is uniqued cache the hash to speed up lookup.
+ /// Hash - If the MDNode is uniqued cache the hash to speed up lookup.
unsigned Hash;
/// NumOperands - This many 'MDNodeOperand' items are co-allocated onto the