From 011112a2ae4e1a9bd9ae7a1c7c1ec37452db81e9 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 07:09:02 +0000 Subject: [PATCH] spelling: hoops Signed-off-by: Josh Soref --- src/lxc/raw_syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/raw_syscalls.c b/src/lxc/raw_syscalls.c index e5e8235409..4ac51ac253 100644 --- a/src/lxc/raw_syscalls.c +++ b/src/lxc/raw_syscalls.c @@ -35,7 +35,7 @@ int lxc_raw_execveat(int dirfd, const char *pathname, char *const argv[], pid_t lxc_raw_clone(unsigned long flags) { /* - * These flags don't interest at all so we don't jump through any hoopes + * These flags don't interest at all so we don't jump through any hoops * of retrieving them and passing them to the kernel. */ errno = EINVAL;