Skip to content

Commit

Permalink
Fix typo /// /// -> /// in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalSpook authored and cole14 committed Oct 26, 2024
1 parent 42c9601 commit ff09d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ pub const NT_SIGINFO: u64 = 0x53494749;
pub const NT_FILE: u64 = 0x46494c45;
/// Contains copy of user_fxsr_struct
pub const NT_PRXFPREG: u64 = 0x46e62b7f;
/// /// PowerPC Altivec/VMX registers
/// PowerPC Altivec/VMX registers
pub const NT_PPC_VMX: u64 = 0x100;
/// PowerPC SPE/EVR registers
pub const NT_PPC_SPE: u64 = 0x101;
Expand Down

0 comments on commit ff09d7a

Please sign in to comment.