From 5ca7c6386f471121b8a82fdd18d43113073f2d18 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Mon, 17 Aug 2020 13:38:11 -0400 Subject: [PATCH] GlobalISel: Fix parameter name in doxygen comment --- llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h b/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h index 3d446c2c1d4b..38afed764f29 100644 --- a/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h +++ b/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h @@ -231,7 +231,7 @@ protected: MachineIRBuilder &MIRBuilder) const; /// Invoke Handler::assignArg on each of the given \p Args and then use - /// \p Callback to move them to the assigned locations. + /// \p Handler to move them to the assigned locations. /// /// \return True if everything has succeeded, false otherwise. bool handleAssignments(MachineIRBuilder &MIRBuilder,