]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: hoops
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:09:02 +0000 (07:09 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:09:02 +0000 (07:09 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/raw_syscalls.c

index e5e8235409545452f2ce995fda10b48479905394..4ac51ac253eb63ddd0240b00497c3802c66a95da 100644 (file)
@@ -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;