From b699117873a8cd30833bee1dbc73115572afe0b0 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 e5e823540..4ac51ac25 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; -- 2.47.3