From 1eb8fd9137c41343e4ca3e206c9aae1b5712ded3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 14 Jun 2008 19:14:01 +0000 Subject: [PATCH] Comment fix for rms. --- src/sysdep.c | 2 +- src/w32.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sysdep.c b/src/sysdep.c index 9e1813bf71b..1ef5b512eea 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -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; diff --git a/src/w32.c b/src/w32.c index e0e19c3508a..a9f50139ea2 100644 --- a/src/w32.c +++ b/src/w32.c @@ -102,7 +102,7 @@ along with GNU Emacs. If not, see . */ #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; -- 2.39.2