From: Christian Brauner Date: Wed, 28 Feb 2018 11:51:05 +0000 (+0100) Subject: terminal: non-functional changes X-Git-Tag: lxc-3.0.0.beta1~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d712f9e8f42ea5878f95ae34c29144533755d0c5;p=thirdparty%2Flxc.git terminal: non-functional changes Signed-off-by: Christian Brauner --- diff --git a/src/lxc/terminal.c b/src/lxc/terminal.c index 893237c6e..409385121 100644 --- a/src/lxc/terminal.c +++ b/src/lxc/terminal.c @@ -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);