Skip to content

Commit

Permalink
Fix some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 27, 2024
1 parent 932685d commit bd98ea7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fidget/src/jit/aarch64/grad_slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use dynasmrt::{dynasm, DynasmApi, DynasmLabelApi};

/// Implementation for the gradient slice assembler on `aarch64`
///
/// Registers as pased in as follows:
/// Registers are passed in as follows:
///
/// | Variable | Register | Type |
/// |------------|----------|---------------------------|
Expand Down
4 changes: 2 additions & 2 deletions fidget/src/jit/aarch64/interval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use dynasmrt::{dynasm, DynasmApi};

/// Implementation for the interval assembler on `aarch64`
///
/// Registers as pased in as follows:
/// Registers are passed in as follows:
///
/// | Variable | Register | Type |
/// |------------|------------|---------------------------|
Expand Down Expand Up @@ -45,7 +45,7 @@ use dynasmrt::{dynasm, DynasmApi};
/// ```text
/// | Position | Value | Notes |
/// |----------|------------------------------------------------------------|
/// | 0x100 | ... | Register spills live up here |
/// | 0x100 | ... | Register spills live up here |
/// |----------|--------------|---------------------------------------------|
/// | 0xf0 | `x23` | During functions calls, we use these |
/// | 0xe8 | `x22` | as temporary storage so must preserve their |
Expand Down
2 changes: 1 addition & 1 deletion fidget/src/jit/aarch64/point.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use dynasmrt::{dynasm, DynasmApi};

/// Implementation for the single-point assembler on `aarch64`
///
/// Registers as pased in as follows:
/// Registers are passed in as follows:
///
/// | Variable | Register | Type |
/// |------------|----------|-----------------------|
Expand Down
2 changes: 1 addition & 1 deletion fidget/src/jit/x86_64/grad_slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use dynasmrt::{dynasm, DynasmApi, DynasmLabelApi};

/// Implementation for the gradient slice assembler on `x86_64`
///
/// Registers as pased in as follows:
/// Registers are passed in as follows:
///
/// | Variable | Register | Type |
/// |------------|----------|--------------------------|
Expand Down

0 comments on commit bd98ea7

Please sign in to comment.