From: Jakub Jelinek Date: Tue, 9 May 2023 10:46:21 +0000 (+0200) Subject: mux-utils.h: Fix a comment typo X-Git-Tag: basepoints/gcc-15~9535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24b74fc43b63ed6bfca265f98f681dca60a5c97;p=thirdparty%2Fgcc.git mux-utils.h: Fix a comment typo Trivial comment typo... 2023-05-09 Jakub Jelinek * mux-utils.h: Fix comment typo, avoides -> avoids. --- diff --git a/gcc/mux-utils.h b/gcc/mux-utils.h index 1023540f67df..a2b6a3168997 100644 --- a/gcc/mux-utils.h +++ b/gcc/mux-utils.h @@ -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: