From c0629b342e683a1f8a237dfa9788e82493ef5cb3 Mon Sep 17 00:00:00 2001 From: tcz717 Date: Sun, 24 Aug 2014 23:46:31 +0800 Subject: [PATCH] fix:comment spelling mistake relation=>relocation --- src/module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.h b/src/module.h index d2d4c4fcc8..3c45c96d02 100644 --- a/src/module.h +++ b/src/module.h @@ -239,7 +239,7 @@ typedef struct #define SHT_DYNAMIC 6 /* dynamic section */ #define SHT_NOTE 7 /* note section */ #define SHT_NOBITS 8 /* no space section */ -#define SHT_REL 9 /* relation section without addends */ +#define SHT_REL 9 /* relocation section without addends */ #define SHT_SHLIB 10 /* reserved - purpose unknown */ #define SHT_DYNSYM 11 /* dynamic symbol table section */ #define SHT_NUM 12 /* number of section types */ -- GitLab