From: Bruno Haible Date: Thu, 16 Sep 2010 22:23:14 +0000 (+0200) Subject: Fix typos in comments. X-Git-Tag: v0.1~3802 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=61d8728839e77d615f102f12a06bbd3928d55cf8;p=gnulib.git Fix typos in comments. --- 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)