aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2024-09-24 19:00:38 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2024-09-24 19:00:38 +0200
commitdab450021569811402e02917d7dc1f05fb4626c7 (patch)
treea2ffe757fcebb7f7cb7bacc172f89a293bbda3d6 /gcc
parentae57e52754ca6c96145a1b7504c2c7613a9e54d9 (diff)
downloadgcc-dab450021569811402e02917d7dc1f05fb4626c7.zip
gcc-dab450021569811402e02917d7dc1f05fb4626c7.tar.gz
gcc-dab450021569811402e02917d7dc1f05fb4626c7.tar.bz2
i386: Fix comment typo
Found a comment typo, fixed as obvious. 2024-09-24 Jakub Jelinek <jakub@redhat.com> * config/i386/i386-expand.cc (ix86_expand_round_builtin): Fix comment typo, insead -> instead.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/i386-expand.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386-expand.cc b/gcc/config/i386/i386-expand.cc
index 124cb97..39ee9b8 100644
--- a/gcc/config/i386/i386-expand.cc
+++ b/gcc/config/i386/i386-expand.cc
@@ -12748,7 +12748,7 @@ ix86_expand_round_builtin (const struct builtin_description *d,
/* Skip erasing embedded rounding for below expanders who
generates multiple insns. In ix86_erase_embedded_rounding
the pattern will be transformed to a single set, and emit_insn
- appends the set insead of insert it to chain. So the insns
+ appends the set instead of insert it to chain. So the insns
emitted inside define_expander would be ignored. */
switch (icode)
{