[committed] mux-utils.h: Fix a comment typo

Message ID ZFok4JIOAFvJjh4v@tucnak
State Unresolved
Headers
Series [committed] mux-utils.h: Fix a comment typo |

Checks

Context Check Description
snail/gcc-patch-check warning Git am fail log

Commit Message

Jakub Jelinek May 9, 2023, 10:48 a.m. UTC
  Hi!

Trivial comment typo...

Committed as obvious to trunk.

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

	* mux-utils.h: Fix comment typo, avoides -> avoids.


	Jakub
  

Patch

--- gcc/mux-utils.h.jj	2023-01-02 09:32:37.423068007 +0100
+++ gcc/mux-utils.h	2023-05-09 12:45:29.235288953 +0200
@@ -34,7 +34,7 @@ 
 // and having a separate tag bit to indicate which alternative is active.
 // However, using this class can have two advantages over a union:
 //
-// - It avoides the need to find somewhere to store the tag bit.
+// - It avoids the need to find somewhere to store the tag bit.
 //
 // - The compiler is aware that B cannot be null, which can make checks
 //   of the form: