Fix typos in comments.
authorBruno Haible <bruno@clisp.org>
Thu, 16 Sep 2010 22:23:14 +0000 (00:23 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 16 Sep 2010 22:23:14 +0000 (00:23 +0200)
ChangeLog
lib/login_tty.c
lib/striconveh.h

index 2b51e26..a628946 100644 (file)
--- 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
index 0403391..e5ec248 100644 (file)
@@ -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)
index 295a803..c6adbe2 100644 (file)
@@ -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)