changeset 95917:c46e112bded0

Comment fix for rms.
author Glenn Morris <rgm@gnu.org>
date Sat, 14 Jun 2008 19:14:01 +0000
parents 9725d7b12f53
children 2e5a2fb62023
files src/sysdep.c src/w32.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sysdep.c	Sat Jun 14 19:12:44 2008 +0000
+++ b/src/sysdep.c	Sat Jun 14 19:14:01 2008 +0000
@@ -166,7 +166,7 @@
 #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;
--- a/src/w32.c	Sat Jun 14 19:12:44 2008 +0000
+++ b/src/w32.c	Sat Jun 14 19:14:01 2008 +0000
@@ -102,7 +102,7 @@
 #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;