diff mbox series

[committed] gimple-match-head: Fix a pasto in function comment

Message ID ZRfsxODWL0UJFzsS@tucnak
State New
Headers show
Series [committed] gimple-match-head: Fix a pasto in function comment | expand

Commit Message

Jakub Jelinek Sept. 30, 2023, 9:39 a.m. UTC
Hi!

This function comment has been pasted from gimple_bitwise_equal_p and haven't
been adjusted for different function name.

Bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk
as obvious.

2023-09-30  Jakub Jelinek  <jakub@redhat.com>

	* gimple-match-head.cc (gimple_bitwise_inverted_equal_p): Fix a pasto
	in function comment.


	Jakub
diff mbox series

Patch

--- gcc/gimple-match-head.cc.jj	2023-08-11 09:27:36.292378545 +0200
+++ gcc/gimple-match-head.cc	2023-09-29 18:03:34.535495052 +0200
@@ -274,7 +274,7 @@  gimple_bitwise_equal_p (tree expr1, tree
 bool gimple_bit_not_with_nop (tree, tree *, tree (*) (tree));
 bool gimple_maybe_cmp (tree, tree *, tree (*) (tree));
 
-/* Helper function for bitwise_equal_p macro.  */
+/* Helper function for bitwise_inverted_equal_p macro.  */
 
 static inline bool
 gimple_bitwise_inverted_equal_p (tree expr1, tree expr2, bool &wascmp, tree (*valueize) (tree))