]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mux-utils.h: Fix a comment typo
authorJakub Jelinek <jakub@redhat.com>
Tue, 9 May 2023 10:46:21 +0000 (12:46 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 9 May 2023 10:46:21 +0000 (12:46 +0200)
Trivial comment typo...

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

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

gcc/mux-utils.h

index 1023540f67dfa258f0f859c75d12b0d34513c34c..a2b6a3168997082d31f64f380dfd73d35a8d558c 100644 (file)
@@ -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: