From b8083476f11b6a8ba8976d28840c60cfb89070de Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 20 Aug 2014 04:22:47 +0000 Subject: Constants.h: Fix possible typo in r216015. [-Wdocumentation] llvm-svn: 216043 --- llvm/include/llvm/IR/Constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/IR/Constants.h b/llvm/include/llvm/IR/Constants.h index 5625b3f5d8e..122dda24a1d 100644 --- a/llvm/include/llvm/IR/Constants.h +++ b/llvm/include/llvm/IR/Constants.h @@ -1032,7 +1032,7 @@ public: /// Getelementptr form. Value* is only accepted for convenience; /// all elements must be Constant's. /// - /// \param OnlyIfReduced see \a getWithOperands() docs. + /// \param OnlyIfReducedTy see \a getWithOperands() docs. static Constant *getGetElementPtr(Constant *C, ArrayRef IdxList, bool InBounds = false, Type *OnlyIfReducedTy = nullptr) { -- cgit v1.2.3