public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3482] gimplify: Fix comment typos
@ 2022-10-25  8:46 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-10-25  8:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:619e4ca985b31555f8489b6547be0ae45821b0ed

commit r13-3482-g619e4ca985b31555f8489b6547be0ae45821b0ed
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Oct 25 10:45:29 2022 +0200

    gimplify: Fix comment typos
    
    While looking at gimple_boolify for PR107368, I've noticed 2 comment
    typos.
    
    2022-10-25  Jakub Jelinek  <jakub@redhat.com>
    
            * gimplify.cc (gimple_boolify): Fix comment typos, prduce -> produce
            and There -> These.

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

diff --git a/gcc/gimplify.cc b/gcc/gimplify.cc
index d236ef948bc..f06ce3cc77a 100644
--- a/gcc/gimplify.cc
+++ b/gcc/gimplify.cc
@@ -4270,7 +4270,7 @@ gimple_boolify (tree expr)
     default:
       if (COMPARISON_CLASS_P (expr))
 	{
-	  /* There expressions always prduce boolean results.  */
+	  /* These expressions always produce boolean results.  */
 	  if (TREE_CODE (type) != BOOLEAN_TYPE)
 	    TREE_TYPE (expr) = boolean_type_node;
 	  return expr;

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

only message in thread, other threads:[~2022-10-25  8:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25  8:46 [gcc r13-3482] gimplify: Fix comment typos 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).