summaryrefslogtreecommitdiff
path: root/src/w32.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-14 19:14:01 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-14 19:14:01 +0000
commit1eb8fd9137c41343e4ca3e206c9aae1b5712ded3 (patch)
tree1b53ce21b471a21c6ac8145aff397c14ed55a75b /src/w32.c
parenta8aa344d0739d91dcbc578144e223bef24f49160 (diff)
downloademacs-1eb8fd9137c41343e4ca3e206c9aae1b5712ded3.tar.gz
Comment fix for rms.
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
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 <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;