Comment fix for rms.
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Jun 2008 19:14:01 +0000 (19:14 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Jun 2008 19:14:01 +0000 (19:14 +0000)
src/sysdep.c
src/w32.c

index 9e1813b..1ef5b51 100644 (file)
@@ -166,7 +166,7 @@ extern int quit_char;
 #include "process.h"
 #include "cm.h"  /* for reset_sys_modes */
 
-/* For serial_configure() and serial_open()  */
+/* For serial_configure and serial_open.  */
 extern Lisp_Object QCport, QCspeed, QCprocess;
 extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven;
 extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary;
index e0e19c3..a9f5013 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -102,7 +102,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "systime.h"
 #include "dispextern.h"                /* for xstrcasecmp */
 
-/* For serial_configure() and serial_open()  */
+/* For serial_configure and serial_open.  */
 #include "process.h"
 /* From process.c  */
 extern Lisp_Object QCport, QCspeed, QCprocess;