]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/terminal.c
terminal: non-functional changes
[mirror_lxc.git] / 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);