Skip to content

Commit eee3b8a

Browse files
committed
[DOC] Fix typos
Inspired by 42ba824, I looked for other occurrences of "the the".
1 parent d11df41 commit eee3b8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

internal/io.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

zjit/src/asm/arm64/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub use arg::*;
1818
pub 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)]
2424
pub enum ExtendType {

0 commit comments

Comments
 (0)