[PATCH] uapi libc compat: fix spelling typo

From: GaÃl PORTAY
Date: Fri May 03 2019 - 09:04:24 EST


From: GaÃl PORTAY <gael.portay@xxxxxxxxxxxxxxxxxxxx>

Replace 'm' with 'n' in "comflicting".

Signed-off-by: GaÃl PORTAY <gael.portay@xxxxxxxxxxxxxxxxxxxx>
---
include/uapi/linux/libc-compat.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/libc-compat.h b/include/uapi/linux/libc-compat.h
index 8254c937c9f4..50ec41c4b660 100644
--- a/include/uapi/linux/libc-compat.h
+++ b/include/uapi/linux/libc-compat.h
@@ -21,7 +21,7 @@
* e.g. #include <linux/libc-compat.h>
* This include must be as early as possible.
*
- * (b) In libc-compat.h add enough code to detect that the comflicting
+ * (b) In libc-compat.h add enough code to detect that the conflicting
* userspace libc header has been included first.
*
* (c) If the userspace libc header has been included first define a set of
--
2.21.0