Commit b6991178 by Josh Soref

spelling: hoops

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent d0d68468
...@@ -35,7 +35,7 @@ int lxc_raw_execveat(int dirfd, const char *pathname, char *const argv[], ...@@ -35,7 +35,7 @@ int lxc_raw_execveat(int dirfd, const char *pathname, char *const argv[],
pid_t lxc_raw_clone(unsigned long flags) 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. * of retrieving them and passing them to the kernel.
*/ */
errno = EINVAL; errno = EINVAL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment