git: 2f0e0bd50633 - main - elf(3): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Aug 2023 09:52:06 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=2f0e0bd50633eafdfda503ec388151911e7383af
commit 2f0e0bd50633eafdfda503ec388151911e7383af
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 09:51:56 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-02 09:51:56 +0000
elf(3): Fix a typo in a source code comment
- s/speciaal/special/
MFC after: 3 days
---
sys/sys/elf_common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index 45f0e61c33cc..1ed762e4209c 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -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 */