Skip to content

Commit 2f08872

Browse files
committed
OMPIRBuilder.h - fix Wdocumentation warning. NFC.
1 parent 49c0980 commit 2f08872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ class OpenMPIRBuilder {
840840
/// \param NumThreads Number of threads via the 'thread_limit' clause.
841841
/// \param HostPtr Pointer to the host-side pointer of the target kernel.
842842
/// \param KernelArgs Array of arguments to the kernel.
843-
/// \param NoWaitKernelArgs Optional array of arguments to the nowait kernel.
843+
/// \param NoWaitArgs Optional array of arguments to the nowait kernel.
844844
InsertPointTy emitTargetKernel(const LocationDescription &Loc, Value *&Return,
845845
Value *Ident, Value *DeviceID, Value *NumTeams,
846846
Value *NumThreads, Value *HostPtr,

0 commit comments

Comments
 (0)