File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1686,7 +1686,7 @@ check_order_keyword(VALUE opt)
16861686 * - If the value of keyword +order+ is +:top+ (the default),
16871687 * lists the error message and the innermost backtrace entry first.
16881688 * - If the value of keyword +order+ is +:bottom+,
1689- * lists the error message the the innermost entry last.
1689+ * lists the error message the innermost entry last.
16901690 *
16911691 * Example:
16921692 *
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ struct rb_io {
132132 struct rb_execution_context_struct * closing_ec ;
133133 VALUE wakeup_mutex ;
134134
135- // The fork generation of the the blocking operations list.
135+ // The fork generation of the blocking operations list.
136136 rb_serial_t fork_generation ;
137137};
138138
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub use arg::*;
1818pub use opnd:: * ;
1919
2020/// The extend type for register operands in extended register instructions.
21- /// It's the reuslt size is determined by the the destination register and
21+ /// It's the result size is determined by the destination register and
2222/// the source size interpreted using the last letter.
2323#[ derive( Clone , Copy ) ]
2424pub enum ExtendType {
You can’t perform that action at this time.
0 commit comments