From 61d8728839e77d615f102f12a06bbd3928d55cf8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 17 Sep 2010 00:23:14 +0200 Subject: [PATCH] Fix typos in comments. --- ChangeLog | 6 ++++++ lib/login_tty.c | 2 +- lib/striconveh.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b51e267c..a62894615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-16 Bruno Haible + + Fix typos in comments. + * lib/striconveh.h: Fix typo in comment. + * lib/login_tty.c (login_tty): Likewise. + 2010-09-15 Bruno Haible stdlib: clarify MirBSD WEXITSTATUS bug diff --git a/lib/login_tty.c b/lib/login_tty.c index 040339177..e5ec248ea 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) diff --git a/lib/striconveh.h b/lib/striconveh.h index 295a8034d..c6adbe2ac 100644 --- a/lib/striconveh.h +++ b/lib/striconveh.h @@ -33,7 +33,7 @@ extern "C" { #if HAVE_ICONV -/* An conversion descriptor for use by the iconveh functions. */ +/* A conversion descriptor for use by the iconveh functions. */ typedef struct { /* Conversion descriptor from FROM_CODESET to TO_CODESET, or (iconv_t)(-1) -- 2.11.0