aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/mux-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mux-utils.h b/gcc/mux-utils.h
index 1023540..a2b6a31 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: