diff options
author | Bruno Haible <bruno@clisp.org> | 2010-09-17 00:23:14 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-09-17 00:23:14 +0200 |
commit | 61d8728839e77d615f102f12a06bbd3928d55cf8 (patch) | |
tree | d2a0b18a6c84aaaa8d5045feb163d8584f477d44 /lib/login_tty.c | |
parent | ef0cb7cb55dabc626f4cae403c18521e809b5ae5 (diff) | |
download | gnulib-61d8728839e77d615f102f12a06bbd3928d55cf8.tar.gz |
Fix typos in comments.
Diffstat (limited to 'lib/login_tty.c')
-rw-r--r-- | lib/login_tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/login_tty.c b/lib/login_tty.c index 0403391774..e5ec248ead 100644 --- a/lib/login_tty.c +++ b/lib/login_tty.c @@ -53,7 +53,7 @@ login_tty (int slave_fd) close (dummy_fd); } - /* Assign fd to the standard input, standard output, and standardd error of + /* Assign fd to the standard input, standard output, and standard error of the current process. */ for (i = 0; i < 3; i++) if (slave_fd != i) |