]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386: Fix comment typo
authorJakub Jelinek <jakub@redhat.com>
Tue, 24 Sep 2024 17:00:38 +0000 (19:00 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 24 Sep 2024 17:00:38 +0000 (19:00 +0200)
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.

gcc/config/i386/i386-expand.cc

index 124cb976ec879acc0bbe4c625dc291501778b9b4..39ee9b8662ad763384998c36274f36cba53c5fb0 100644 (file)
@@ -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)
                {