Skip to content

Commit 249055b

Browse files
committed
Fix comment
1 parent 9d6a9b9 commit 249055b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/include/omptarget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ extern "C" {
268268
#endif
269269

270270
/// The OpenMP access group type. The criterion for grupping tasks using a
271-
/// specific grouping property.
271+
/// specific groupping property.
272272
enum omp_access_t {
273273
/// Groups the tasks based on the contention group to which they belong.
274274
omp_access_cgroup = 0,

0 commit comments

Comments
 (0)