From 61d8728839e77d615f102f12a06bbd3928d55cf8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 17 Sep 2010 00:23:14 +0200 Subject: Fix typos in comments. --- lib/login_tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/login_tty.c') 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) -- cgit v1.2.1