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 e9485793d96c4898304e6cd4f7b800b68d071ffc..28a1f46102c1479244b8196f07b8d1e036aee748 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 942aa5477aaa975335f3cb04b6b42506d9eb4a5a..768a90cf5771fd46dede6a9fd852bbb0323584d6 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 4a3a2757aae66ee6e0c277128889138539fb5b5c..807ab93ecc535e7da73d7859779450a21e73c3a2 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,