]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/raw_syscalls.c
spelling: hoops
[mirror_lxc.git] / 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;