[PATCH] x25: fix typo "compatibilty" in comment
From: Hemanth Selam
Date: Fri Sep 04 2026 - 09:12:49 EST
Correct "compatibilty" to "compatibility", 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/x25.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/x25.h b/include/uapi/linux/x25.h
index 034b7dc5593a..f0dca6c63f90 100644
--- a/include/uapi/linux/x25.h
+++ b/include/uapi/linux/x25.h
@@ -67,7 +67,7 @@ struct sockaddr_x25 {
* DTE/DCE subscription options.
*
* As this is missing lots of options, user should expect major
- * changes of this structure in 2.5.x which might break compatibilty.
+ * changes of this structure in 2.5.x which might break compatibility.
* The somewhat ugly dimension 200-sizeof() is needed to maintain
* backward compatibility.
*/
--
2.48.1