Skip to content

Commit dc34b1c

Browse files
committed
Test commit: adds a . to comment. NFC
1 parent 4cbe10e commit dc34b1c

File tree

1 file changed

+1
-1
lines changed
  • openmp/libomptarget/plugins/cuda/src

1 file changed

+1
-1
lines changed

openmp/libomptarget/plugins/cuda/src/rtl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ enum ExecutionModeType {
6464
NONE
6565
};
6666

67-
/// Use a single entity to encode a kernel and a set of flags
67+
/// Use a single entity to encode a kernel and a set of flags.
6868
struct KernelTy {
6969
CUfunction Func;
7070

0 commit comments

Comments
 (0)