Fix comments.
authorBruno Haible <bruno@clisp.org>
Mon, 22 Mar 2010 20:09:14 +0000 (21:09 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Mar 2010 20:09:14 +0000 (21:09 +0100)
ChangeLog
lib/forkpty.c
lib/openpty.c

index e948579..28a1f46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-21  Bruno Haible  <bruno@clisp.org>
+
+       Fix comments.
+       * lib/forkpty.c (rpl_forkpty): Fix comment.
+       * lib/openpty.c (rpl_openpty): Likewise.
+       Reported by Eric Blake.
+
 2010-03-22  Eric Blake  <eblake@redhat.com>
 
        gethostname: fix build on mingw
index 942aa54..768a90c 100644 (file)
@@ -21,7 +21,7 @@
 
 #if HAVE_FORKPTY
 
-/* Provider a wrapper with the precise POSIX prototype.  */
+/* Provide a wrapper with the prototype of glibc-2.8 and newer.  */
 # undef forkpty
 int
 rpl_forkpty (int *amaster, char *name, struct termios const *termp,
index 4a3a275..807ab93 100644 (file)
@@ -21,7 +21,7 @@
 
 #if HAVE_OPENPTY
 
-/* Provider a wrapper with the precise POSIX prototype.  */
+/* Provide a wrapper with the prototype of glibc-2.8 and newer.  */
 # undef openpty
 int
 rpl_openpty (int *amaster, int *aslave, char *name,