]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
terminal: non-functional changes
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 28 Feb 2018 11:51:05 +0000 (12:51 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 28 Feb 2018 16:08:10 +0000 (17:08 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/terminal.c

index 893237c6e1bb8012494a48d98166844dc686f42d..4093851215a2dd0f190a15467ea7c6a9dc45dafb 100644 (file)
@@ -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);