summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-04-11 20:20:37 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-04-11 20:20:37 +0000
commit63fa02ea89b376d63409ed7c5aac4fe5b11af44b (patch)
treed1e8a367f0a981626ebbb6885a99690d6eb725a4
parentd01320c2003dba368f0a410e8cae8b83b8a3596e (diff)
downloadbcm5719-llvm-63fa02ea89b376d63409ed7c5aac4fe5b11af44b.tar.gz
bcm5719-llvm-63fa02ea89b376d63409ed7c5aac4fe5b11af44b.zip
Fix pasto.
llvm-svn: 154527
-rw-r--r--llvm/include/llvm/Metadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Metadata.h b/llvm/include/llvm/Metadata.h
index 7f232a3c986..73579861ec4 100644
--- a/llvm/include/llvm/Metadata.h
+++ b/llvm/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
OpenPOWER on IntegriCloud