Mercurial > emacs
diff src/w32.c @ 95917:c46e112bded0
Comment fix for rms.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Sat, 14 Jun 2008 19:14:01 +0000 |
| parents | d6a4488883dc |
| children | c3309dba6542 |
line wrap: on
line diff
--- 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;
