Unverified Commit 40ebfa71 by Josh Soref Committed by Christian Brauner

spelling: potentially

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 55c19a95
...@@ -1219,7 +1219,7 @@ int lxc_attach(const char *name, const char *lxcpath, ...@@ -1219,7 +1219,7 @@ int lxc_attach(const char *name, const char *lxcpath,
* just fork()s away without exec'ing directly after, the socket fd will * just fork()s away without exec'ing directly after, the socket fd will
* exist in the forked process from the other thread and any close() in * exist in the forked process from the other thread and any close() in
* our own child process will not really cause the socket to close * our own child process will not really cause the socket to close
* properly, potentiall causing the parent to hang. * properly, potentially causing the parent to hang.
* *
* For this reason, while IPC is still active, we have to use shutdown() * For this reason, while IPC is still active, we have to use shutdown()
* if the child exits prematurely in order to signal that the socket is * if the child exits prematurely in order to signal that the socket is
......
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