diff --git a/openmp/libomptarget/plugins/cuda/src/rtl.cpp b/openmp/libomptarget/plugins/cuda/src/rtl.cpp index 4a7264401d7e..ece95e2e0759 100644 --- a/openmp/libomptarget/plugins/cuda/src/rtl.cpp +++ b/openmp/libomptarget/plugins/cuda/src/rtl.cpp @@ -64,7 +64,7 @@ enum ExecutionModeType { NONE }; -/// Use a single entity to encode a kernel and a set of flags +/// Use a single entity to encode a kernel and a set of flags. struct KernelTy { CUfunction Func;