Mercurial > hg > octave-shane > gnulib-hg
changeset 13685:b370816ef4c2
Fix typos in comments.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 17 Sep 2010 00:23:14 +0200 |
parents | d971dba9e451 |
children | f7caccc03505 |
files | ChangeLog lib/login_tty.c lib/striconveh.h |
diffstat | 3 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-16 Bruno Haible <bruno@clisp.org> + + Fix typos in comments. + * lib/striconveh.h: Fix typo in comment. + * lib/login_tty.c (login_tty): Likewise. + 2010-09-15 Bruno Haible <bruno@clisp.org> stdlib: clarify MirBSD WEXITSTATUS bug
--- a/lib/login_tty.c +++ b/lib/login_tty.c @@ -53,7 +53,7 @@ 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)
--- a/lib/striconveh.h +++ b/lib/striconveh.h @@ -33,7 +33,7 @@ #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)