elf(3): Fix a typo in a source code comment

- s/speciaal/special/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2023-08-02 11:51:56 +02:00
parent d3367c35cb
commit 2f0e0bd506
+1 -1
View File
@@ -1161,7 +1161,7 @@ typedef struct {
#define R_IA_64_PCREL22 0x7a /* immediate22 S + A - P */
#define R_IA_64_PCREL64I 0x7b /* immediate64 S + A - P */
#define R_IA_64_IPLTMSB 0x80 /* function descriptor MSB special */
#define R_IA_64_IPLTLSB 0x81 /* function descriptor LSB speciaal */
#define R_IA_64_IPLTLSB 0x81 /* function descriptor LSB special */
#define R_IA_64_SUB 0x85 /* immediate64 A - S */
#define R_IA_64_LTOFF22X 0x86 /* immediate22 special */
#define R_IA_64_LDXMOV 0x87 /* immediate22 special */