Correct parameter name in doc comment to match declaration.
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 11 May 2013 19:14:10 +0000 (19:14 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 11 May 2013 19:14:10 +0000 (19:14 +0000)
(review feedback on r181632 from Dmitri)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181664 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DIBuilder.h

index bb1bdd701723c82f969fc6371acdd7a14ef11eb6..72da916e45e5e88f4f96c13c71b2f8978a849d10 100644 (file)
@@ -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.