diff options
| author | Kevin Sala <salapenades1@llnl.gov> | 2025-11-14 12:15:57 -0800 |
|---|---|---|
| committer | Kevin Sala <salapenades1@llnl.gov> | 2025-11-14 12:15:57 -0800 |
| commit | b66c1188dae15956ba96f3b8eed01b21f4e9f338 (patch) | |
| tree | f0e8fb4f0e746b9d3e210722c427ace603b06669 | |
| parent | 249055b481fdeced9d57fa0136d179856e1e82c1 (diff) | |
| -rw-r--r-- | offload/include/omptarget.h | 4 |
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, |
