aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/gdbmi_get_free_pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey/gdbmi_get_free_pty.c')
-rw-r--r--src/monkey/gdbmi_get_free_pty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkey/gdbmi_get_free_pty.c b/src/monkey/gdbmi_get_free_pty.c
index 672145b78..47ddbd628 100644
--- a/src/monkey/gdbmi_get_free_pty.c
+++ b/src/monkey/gdbmi_get_free_pty.c
@@ -86,7 +86,7 @@ int mi_look_for_free_pty(int *master, char **slave)
86 Description: 86 Description:
87 Look for a free and usable pseudo terminal to be used by the child. 87 Look for a free and usable pseudo terminal to be used by the child.
88 88
89 Return: A new mi_pty structure, you can use @x{gmi_end_pty} to 89 Return: A new mi_pty structure, you can use gmi_end_pty to
90release it. 90release it.
91 91
92***************************************************************************/ 92***************************************************************************/