[committed] mux-utils.h: Fix a comment typo
Jakub Jelinek
jakub@redhat.com
Tue May 9 10:48:00 GMT 2023
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.
--- 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
More information about the Gcc-patches
mailing list