We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d141b commit 895e0a5Copy full SHA for 895e0a5
libcontainer/nsenter/nsexec.c
@@ -1091,7 +1091,7 @@ void nsexec(void)
1091
write_log(DEBUG, "signal completion to stage-0");
1092
s = SYNC_CHILD_FINISH;
1093
if (write(syncfd, &s, sizeof(s)) != sizeof(s))
1094
- bail("failed to sync with patent: write(SYNC_CHILD_FINISH)");
+ bail("failed to sync with parent: write(SYNC_CHILD_FINISH)");
1095
1096
/* Close sync pipes. */
1097
if (close(sync_grandchild_pipe[0]) < 0)
0 commit comments