git: 50ba320afcf7 - stable/13 - elf(3): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 04:41:12 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=50ba320afcf7db7eac2b2c2bb6cfa52270c87821
commit 50ba320afcf7db7eac2b2c2bb6cfa52270c87821
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 09:51:56 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-05 04:40:06 +0000
elf(3): Fix a typo in a source code comment
- s/speciaal/special/
(cherry picked from commit 2f0e0bd50633eafdfda503ec388151911e7383af)
---
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 3d0d87acb052..a2b5a7a919fd 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -1159,7 +1159,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 */