summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Sala <salapenades1@llnl.gov>2025-11-14 12:15:57 -0800
committerKevin Sala <salapenades1@llnl.gov>2025-11-14 12:15:57 -0800
commitb66c1188dae15956ba96f3b8eed01b21f4e9f338 (patch)
treef0e8fb4f0e746b9d3e210722c427ace603b06669
parent249055b481fdeced9d57fa0136d179856e1e82c1 (diff)
-rw-r--r--offload/include/omptarget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/offload/include/omptarget.h b/offload/include/omptarget.h
index 6ad9de3f8871..0d8220bddb7a 100644
--- a/offload/include/omptarget.h
+++ b/offload/include/omptarget.h
@@ -267,8 +267,8 @@ struct __tgt_target_non_contig {
extern "C" {
#endif
-/// The OpenMP access group type. The criterion for grupping tasks using a
-/// specific groupping property.
+/// The OpenMP access group type. The criterion for grouping tasks using a
+/// specific grouping property.
enum omp_access_t {
/// Groups the tasks based on the contention group to which they belong.
omp_access_cgroup = 0,