public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: gcc-patches@gcc.gnu.org
Subject: [committed] openmp: Fix typo in diagnostics [PR109314]
Date: Tue, 28 Mar 2023 11:43:37 +0200	[thread overview]
Message-ID: <ZCK2yWURbV7ufT+p@tucnak> (raw)

Hi!

Trivial typo fix.

Committed to trunk.

2023-03-28  Jakub Jelinek  <jakub@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	other threads:[~2023-03-28  9:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZCK2yWURbV7ufT+p@tucnak \
    --to=jakub@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).