summaryrefslogtreecommitdiff
path: root/include/llvm/Metadata.h
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
commitb4b9db2f9209941a921f7fe3a92242287c396bc2 (patch)
treec335b3d0f56079c746f1d5e6173306a9ba63cf41 /include/llvm/Metadata.h
parentc9f27ee842b633662f381b6e2cbd6de96b5bf905 (diff)
downloadllvm-b4b9db2f9209941a921f7fe3a92242287c396bc2.tar.gz
llvm-b4b9db2f9209941a921f7fe3a92242287c396bc2.tar.bz2
llvm-b4b9db2f9209941a921f7fe3a92242287c396bc2.tar.xz
Fix pasto.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154527 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Metadata.h')
-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