[DOC] Fix typos

Inspired by 42ba82424d908c290a4a34ced8853f0a403b734b, I looked for other
occurrences of "the the".
This commit is contained in:
Étienne Barrié 2025-10-13 16:33:17 +02:00 committed by Alan Wu
parent d11df4172e
commit 79b2685675
Notes: git 2025-10-13 19:22:02 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -1686,7 +1686,7 @@ check_order_keyword(VALUE opt)
* - If the value of keyword +order+ is +:top+ (the default),
* lists the error message and the innermost backtrace entry first.
* - If the value of keyword +order+ is +:bottom+,
* lists the error message the the innermost entry last.
* lists the error message the innermost entry last.
*
* Example:
*

View File

@ -132,7 +132,7 @@ struct rb_io {
struct rb_execution_context_struct *closing_ec;
VALUE wakeup_mutex;
// The fork generation of the the blocking operations list.
// The fork generation of the blocking operations list.
rb_serial_t fork_generation;
};

View File

@ -18,7 +18,7 @@ pub use arg::*;
pub use opnd::*;
/// The extend type for register operands in extended register instructions.
/// It's the reuslt size is determined by the the destination register and
/// It's the result size is determined by the destination register and
/// the source size interpreted using the last letter.
#[derive(Clone, Copy)]
pub enum ExtendType {