From d712f9e8f42ea5878f95ae34c29144533755d0c5 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Wed, 28 Feb 2018 12:51:05 +0100 Subject: [PATCH] terminal: non-functional changes Signed-off-by: Christian Brauner --- src/lxc/terminal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2