Skip to content

Commit

Permalink
Fix doc comment for ET_NONE
Browse files Browse the repository at this point in the history
  • Loading branch information
cole14 committed Oct 26, 2024
1 parent 1928c51 commit 4ddaaa8
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 @@ -98,7 +98,7 @@ pub const ELFOSABI_FENIXOS: u8 = 16;
pub const ELFOSABI_CLOUDABI: u8 = 17;
/// Stratus Technologies OpenVOS
pub const ELFOSABI_OPENVOS: u8 = 18;
/// 64-255 Architecture-specific value range
// 64-255 Architecture-specific value range

// ET_* define constants for the ELF File Header's e_type field.
// Represented as Elf32_Half in Elf32_Ehdr and Elf64_Half in Elf64_Ehdr which
Expand Down

0 comments on commit 4ddaaa8

Please sign in to comment.