diff options
Diffstat (limited to 'gcc/omp-expand.c')
-rw-r--r-- | gcc/omp-expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/omp-expand.c b/gcc/omp-expand.c index ea951d6..5c48b78 100644 --- a/gcc/omp-expand.c +++ b/gcc/omp-expand.c @@ -7986,7 +7986,7 @@ build_omp_regions_1 (basic_block bb, struct omp_region *parent, } else if (code == GIMPLE_OMP_ATOMIC_STORE) { - /* GIMPLE_OMP_ATOMIC_STORE is analoguous to + /* GIMPLE_OMP_ATOMIC_STORE is analogous to GIMPLE_OMP_RETURN, but matches with GIMPLE_OMP_ATOMIC_LOAD. */ gcc_assert (parent); |