[PATCH 1/3] elf: fix typo "accomodate" in comment

From: Hemanth Selam

Date: Fri Sep 04 2026 - 08:29:47 EST


Correct "accomodate" to "accommodate", reported by scripts/checkpatch.pl
using the misspelling list in scripts/spelling.txt. Only touches comments,
no code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
include/uapi/linux/elf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h
index ee30dcd80901..91995dbd3ad3 100644
--- a/include/uapi/linux/elf.h
+++ b/include/uapi/linux/elf.h
@@ -408,7 +408,7 @@ typedef struct elf64_shdr {
#define NT_AUXV 6
/*
* Note to userspace developers: size of NT_SIGINFO note may increase
- * in the future to accomodate more fields, don't assume it is fixed!
+ * in the future to accommodate more fields, don't assume it is fixed!
*/
#define NN_SIGINFO "CORE"
#define NT_SIGINFO 0x53494749
--
2.48.1