Hi!

Trivial typo fix.

Committed to trunk.

2023-03-28  Jakub Jelinek  <ja...@redhat.com>

        PR fortran/109314
        * openmp.cc (gfc_omp_absent_contains_clause): Fix typo in diagnostics
        - composit -> composite.

--- gcc/fortran/openmp.cc.jj    2023-02-16 10:13:23.813209002 +0100
+++ gcc/fortran/openmp.cc       2023-03-28 11:35:09.367458166 +0200
@@ -1528,7 +1528,7 @@ gfc_omp_absent_contains_clause (gfc_omp_
          if (st == ST_NONE)
            gfc_error ("Unknown directive at %L", &old_loc);
          else
-           gfc_error ("Invalid combined or composit directive at %L",
+           gfc_error ("Invalid combined or composite directive at %L",
                       &old_loc);
          return MATCH_ERROR;
        }

        Jakub

Reply via email to