]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: gccint: Fix typos in jump_table_data description
authorXi Ruoyao <xry111@xry111.site>
Tue, 25 Jun 2024 13:42:38 +0000 (21:42 +0800)
committerXi Ruoyao <xry111@xry111.site>
Tue, 25 Jun 2024 13:43:39 +0000 (21:43 +0800)
gcc/ChangeLog:

* doc/rtl.texi (jump_table_data): Fix typos.

gcc/doc/rtl.texi

index c1717ab5f6b95d72c36397131e8dcddeb58a0ab7..a1ede418c21eb01f9d5a49f5b6c8aa42c21f382a 100644 (file)
@@ -3872,8 +3872,8 @@ To set the kind of a label, use the @code{SET_LABEL_KIND} macro.
 @item jump_table_data
 A @code{jump_table_data} insn is a placeholder for the jump-table data
 of a @code{casesi} or @code{tablejump} insn.  They are placed after
-a @code{tablejump_p} insn.  A @code{jump_table_data} insn is not part o
-a basic blockm but it is associated with the basic block that ends with
+a @code{tablejump_p} insn.  A @code{jump_table_data} insn is not part of
+a basic block but it is associated with the basic block that ends with
 the @code{tablejump_p} insn.  The @code{PATTERN} of a @code{jump_table_data}
 is always either an @code{addr_vec} or an @code{addr_diff_vec}, and a
 @code{jump_table_data} insn is always preceded by a @code{code_label}.