diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-21 18:40:33 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 18:40:33 +0000 |
commit | d4aef883b7470379c369588dbea57315e1c67a4c (patch) | |
tree | a4c17100219c6730eb84bf3d9da2bdf66c0bc5cb /gcc/ada/terminals.c | |
parent | 688010bad0375a275466ac1adb98aff80c0e77ac (diff) | |
download | gcc-d4aef883b7470379c369588dbea57315e1c67a4c.zip gcc-d4aef883b7470379c369588dbea57315e1c67a4c.tar.gz gcc-d4aef883b7470379c369588dbea57315e1c67a4c.tar.bz2 |
gigi.h: Likewise.
2013-07-21 OndÅej BÃlka <neleai@seznam.cz>
* gcc-interface/gigi.h: Likewise.
* gcc-interface/trans.c: Likewise.
* gcc-interface/utils2.c: Likewise.
* gnat_rm.texi: Likewise.
* gnat_ugn.texi: Likewise.
* raise-gcc.c: Likewise.
* sigtramp-ppcvxw.c: Likewise.
* sysdep.c: Likewise.
* terminals.c: Likewise.
From-SVN: r201111
Diffstat (limited to 'gcc/ada/terminals.c')
-rw-r--r-- | gcc/ada/terminals.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/terminals.c b/gcc/ada/terminals.c index 36b97a6..dfadca8 100644 --- a/gcc/ada/terminals.c +++ b/gcc/ada/terminals.c @@ -295,7 +295,7 @@ nt_spawnve (char *exe, char **argv, char *env, struct TTY_Process *process) Note that using backslash to escape embedded quotes requires additional special handling if an embedded quote is already - preceeded by backslash, or if an arg requiring quoting ends with + preceded by backslash, or if an arg requiring quoting ends with backslash. In such cases, the run of escape characters needs to be doubled. For consistency, we apply this special handling as long as the escape character is not quote. @@ -1332,7 +1332,7 @@ __gnat_setup_child_communication #endif #ifdef TIOCSCTTY - /* make the tty the controling terminal */ + /* make the tty the controlling terminal */ status = ioctl (desc->slave_fd, TIOCSCTTY, 0); #endif @@ -1420,7 +1420,7 @@ int __gnat_terminate_process (pty_desc *desc) return kill (desc->child_pid, SIGKILL); } -/* __gnat_tty_waitpid - wait for the child proces to die +/* __gnat_tty_waitpid - wait for the child process to die * * PARAMETERS * desc pty_desc structure |