changeset 110879:f4089d3a565a

Don't use foo() to talk about functions.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Sat, 09 Oct 2010 16:31:56 +0200
parents 39b6f8749957
children eff459e2beb7
files src/ChangeLog
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Oct 09 15:54:57 2010 +0200
+++ b/src/ChangeLog	Sat Oct 09 16:31:56 2010 +0200
@@ -1,9 +1,9 @@
 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 	* gnutls.c (syms_of_gnutls): All the bootprops are keywords.
-	(emacs_gnutls_write): Remove the debuggin fsync() call.
+	(emacs_gnutls_write): Remove the debuggin fsync call.
 	(emacs_gnutls_read): Return -1 if we got an error from
-	gnutls_read().  This allows us to actually read lots of data from
+	gnutls_read.  This allows us to actually read lots of data from
 	the GnuTLS stream.
 	(emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
 	According to the documentation, this is correct, and it seems to