From: David Blaikie Date: Sat, 11 May 2013 19:14:10 +0000 (+0000) Subject: Correct parameter name in doc comment to match declaration. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=13b11cd81039d7b90be9e5bfbd823c1ceb3e1856;p=oota-llvm.git Correct parameter name in doc comment to match declaration. (review feedback on r181632 from Dmitri) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181664 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DIBuilder.h b/include/llvm/DIBuilder.h index bb1bdd70172..72da916e45e 100644 --- a/include/llvm/DIBuilder.h +++ b/include/llvm/DIBuilder.h @@ -327,7 +327,7 @@ namespace llvm { /// @param Scope Scope in which this type is defined. /// @param Name Value parameter name. /// @param Ty Parameter type. - /// @param Value Constant parameter value. + /// @param Val Constant parameter value. /// @param File File where this type parameter is defined. /// @param LineNo Line number. /// @param ColumnNo Column Number.