diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 97319714fa5..fee7c5039cc 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -1265,7 +1265,7 @@ shift_optab_p (optab binoptab) } } -/* Return true if BINOPTAB implements a commutatative binary operation. */ +/* Return true if BINOPTAB implements a commutative binary operation. */ static bool commutative_optab_p (optab binoptab) |