changeset 13042:80d3dab738c0

Fix comments.
author Bruno Haible <bruno@clisp.org>
date Mon, 22 Mar 2010 21:09:14 +0100
parents 3c571b86f200
children 38940a410ec1
files ChangeLog lib/forkpty.c lib/openpty.c
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/lib/forkpty.c
+++ b/lib/forkpty.c
@@ -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,
--- a/lib/openpty.c
+++ b/lib/openpty.c
@@ -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,