summaryrefslogtreecommitdiff
path: root/src/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscalls.c')
-rw-r--r--src/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscalls.c b/src/syscalls.c
index 4e3d0e8..9c58c12 100644
--- a/src/syscalls.c
+++ b/src/syscalls.c
@@ -289,7 +289,7 @@ case __PNR_##NAME: \
* @param arch the arch definition
* @param syscall the direct syscall
*
- * Return the related multiplexed pseduo syscall number, __NR_SCMP_UNDEF is
+ * Return the related multiplexed pseudo syscall number, __NR_SCMP_UNDEF is
* there is no related pseudo syscall, or __NR_SCMP_ERROR otherwise.
*
*/