From: Benjamin Kramer Date: Wed, 11 Apr 2012 20:20:37 +0000 (+0000) Subject: Fix pasto. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b4b9db2f9209941a921f7fe3a92242287c396bc2;p=oota-llvm.git Fix pasto. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154527 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Metadata.h b/include/llvm/Metadata.h index 7f232a3c986..73579861ec4 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; - /// 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