terminal: non-functional changes

parent 03700cab
......@@ -564,8 +564,8 @@ static int lxc_terminal_peer_proxy_alloc(struct lxc_terminal *terminal,
return -1;
}
/* This is the proxy pty that will be given to the client, and that
* the real pty master will send to / recv from.
/* This is the proxy terminal that will be given to the client, and
* that the real terminal master will send to / recv from.
*/
ret = openpty(&terminal->proxy.master, &terminal->proxy.slave,
terminal->proxy.name, NULL, NULL);
......
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