Trivial comment typo...
2023-05-09 Jakub Jelinek <jakub@redhat.com>
* mux-utils.h: Fix comment typo, avoides -> avoids.
// 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: