aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-26 06:57:39 +0530
committerMax Filippov <jcmvbkbc@gmail.com>2021-04-04 15:39:04 -0700
commit4671076c4d37a377be3863ba88f62083f1fe3281 (patch)
tree5399ff2a4d3384de35c249053fd0cd682fce5452
parentxtensa: Couple of typo fixes (diff)
downloadlinux-dev-4671076c4d37a377be3863ba88f62083f1fe3281.tar.xz
linux-dev-4671076c4d37a377be3863ba88f62083f1fe3281.zip
xtensa: simcall.h: Change compitible to compatible
s/compitible/compatible/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Message-Id: <20210326012739.18038-1-unixbhaskar@gmail.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
-rw-r--r--arch/xtensa/platforms/iss/include/platform/simcall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/platforms/iss/include/platform/simcall.h b/arch/xtensa/platforms/iss/include/platform/simcall.h
index f42870ab551b..5ba2454e6c37 100644
--- a/arch/xtensa/platforms/iss/include/platform/simcall.h
+++ b/arch/xtensa/platforms/iss/include/platform/simcall.h
@@ -46,7 +46,7 @@
#define SYS_socket 26
#define SYS_sendto 27
#define SYS_recvfrom 28
-#define SYS_select_one 29 /* not compitible select, one file descriptor at the time */
+#define SYS_select_one 29 /* not compatible select, one file descriptor at the time */
#define SYS_bind 30
#define SYS_ioctl 31