[PATCH] kernel/compat.c: fix typo 'compatibililty' -> 'compatibility'

From: Airfiel

Date: Tue Apr 14 2026 - 09:17:35 EST


Fix a spelling mistake in the file 'kernel/compat.c'.
'compatibililty' should be 'compatibility'.

Signed-off-by: Airfiel <nathcourbet@xxxxxxxxx>
---
kernel/compat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/compat.c b/kernel/compat.c
index fb50f29d9b36..a439174e8c43 100644
--- a/kernel/compat.c
+++ b/kernel/compat.c
@@ -2,7 +2,7 @@
/*
* linux/kernel/compat.c
*
- * Kernel compatibililty routines for e.g. 32 bit syscall support
+ * Kernel compatibility routines for e.g. 32 bit syscall support
* on 64 bit kernels.
*
* Copyright (C) 2002-2003 Stephen Rothwell, IBM Corporation
--
2.53.0