Don't use foo() to talk about functions.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 9 Oct 2010 14:31:56 +0000 (16:31 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 9 Oct 2010 14:31:56 +0000 (16:31 +0200)
src/ChangeLog

index dc80a88..f2e6297 100644 (file)
@@ -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