Hi!

Trivial comment typo...

Committed as obvious to trunk.

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

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

--- 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:

        Jakub

Reply via email to