summaryrefslogtreecommitdiff
path: root/src/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscalls.c')
-rw-r--r--src/syscalls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syscalls.c b/src/syscalls.c
index 9c58c12..5b2cd92 100644
--- a/src/syscalls.c
+++ b/src/syscalls.c
@@ -146,7 +146,7 @@ static bool _abi_syscall_socket_test(const struct arch_def *arch, int sys)
{
const char *name;
- /* multiplexed pseduo-syscalls */
+ /* multiplexed pseudo-syscalls */
if (sys <= -100 && sys >= -120)
return true;
@@ -193,7 +193,7 @@ static bool _abi_syscall_ipc_test(const struct arch_def *arch, int sys)
{
const char *name;
- /* multiplexed pseduo-syscalls */
+ /* multiplexed pseudo-syscalls */
if (sys <= -200 && sys >= -224)
return true;