public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6899] openmp: Fix typo in diagnostics [PR109314]
@ 2023-03-28  9:40 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2023-03-28  9:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0ecebc3a0947adad322281c0905afa9f8e3c4aee

commit r13-6899-g0ecebc3a0947adad322281c0905afa9f8e3c4aee
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Mar 28 11:39:46 2023 +0200

    openmp: Fix typo in diagnostics [PR109314]
    
    Trivial typo fix.
    
    2023-03-28  Jakub Jelinek  <jakub@redhat.com>
    
            PR fortran/109314
            * openmp.cc (gfc_omp_absent_contains_clause): Fix typo in diagnostics
            - composit -> composite.

Diff:
---
 gcc/fortran/openmp.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/fortran/openmp.cc b/gcc/fortran/openmp.cc
index abca146d78e..b8b66869908 100644
--- a/gcc/fortran/openmp.cc
+++ b/gcc/fortran/openmp.cc
@@ -1528,7 +1528,7 @@ gfc_omp_absent_contains_clause (gfc_omp_assumptions **assume, bool is_absent)
 	  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;
 	}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-28  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  9:40 [gcc r13-6899] openmp: Fix typo in diagnostics [PR109314] Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).