From 199a21bd8c6ab179c9a88c35da8b604d1649c986 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 12 Apr 2021 11:20:32 +0100 Subject: [PATCH] [IR] Fix Wdocumentation warning. NFCI. --- llvm/include/llvm/IR/DIBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/IR/DIBuilder.h b/llvm/include/llvm/IR/DIBuilder.h index 9cb1729..fc035de 100644 --- a/llvm/include/llvm/IR/DIBuilder.h +++ b/llvm/include/llvm/IR/DIBuilder.h @@ -542,7 +542,7 @@ namespace llvm { /// \param Scope Scope in which this set is defined. /// \param Name Set name. /// \param File File where this set is defined. - /// \param LineNumber Line number. + /// \param LineNo Line number. /// \param SizeInBits Set size. /// \param AlignInBits Set alignment. /// \param Ty Base type of the set. -- 2.7.4