From 4ddaaa8f7424135aea5f978baaee2292121ea2b0 Mon Sep 17 00:00:00 2001 From: Christopher Cole Date: Fri, 25 Oct 2024 22:06:56 -0700 Subject: [PATCH] Fix doc comment for ET_NONE --- src/abi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abi.rs b/src/abi.rs index 81965eb..ae610d2 100644 --- a/src/abi.rs +++ b/src/abi.rs @@ -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