aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-08-02 09:51:56 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-08-02 09:51:56 +0000
commit2f0e0bd50633eafdfda503ec388151911e7383af (patch)
treeb66bcd04fb111bcb51cce1a05fdadd3c21e28dd6
parentd3367c35cb12d4acde62ffbb72740801352cd3fc (diff)
downloadsrc-2f0e0bd50633eafdfda503ec388151911e7383af.tar.gz
src-2f0e0bd50633eafdfda503ec388151911e7383af.zip
elf(3): Fix a typo in a source code comment
- s/speciaal/special/ MFC after: 3 days
-rw-r--r--sys/sys/elf_common.h2
1 files changed, 1 insertions, 1 deletions
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 */