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 52a24893de0..3ec2bcad18a 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -2668,7 +2668,7 @@ expand_fix (to, from, unsignedp) one plus the highest signed number, convert, and add it back. We only need to check all real modes, since we know we didn't find - anything with a wider inetger mode. */ + anything with a wider integer mode. */ if (unsignedp && GET_MODE_BITSIZE (GET_MODE (to)) <= HOST_BITS_PER_INT) for (fmode = GET_MODE (from); fmode != VOIDmode; |