hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 6dcaf9c5790d8c288a50454fafc735ab119359f9
parent dae6ce83fec39b66209958254afc8a5bb2f82d92
Author: Alexey Yerin <yyp@disroot.org>
Date:   Thu,  6 Jan 2022 23:51:18 +0300

format::elf: fix typo

Signed-off-by: Alexey Yerin <yyp@disroot.org>

Diffstat:
Mformat/elf/types.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/format/elf/types.ha b/format/elf/types.ha @@ -769,7 +769,7 @@ export type dt = enum i64 { // Total size, in bytes, of the RELA relocation table. RELASZ = 8, // Size, in bytes, of each RELA relocation entry. - REALENT = 9, + RELAENT = 9, // Total size, in bytes, of the string table. STRSZ = 10, // Size, in bytes, of each symbol table entry.