diff options
Diffstat (limited to 'ELF/Config.h')
| -rw-r--r-- | ELF/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/Config.h b/ELF/Config.h index 9c73b4c9c068..32e86b0ec7b6 100644 --- a/ELF/Config.h +++ b/ELF/Config.h @@ -70,7 +70,7 @@ struct VersionDefinition { // Structure for mapping renamed symbols struct RenamedSymbol { Symbol *Target; - uint8_t OrigBinding; + uint8_t OriginalBinding; }; // This struct contains the global configuration for the linker. |
