summaryrefslogtreecommitdiff
path: root/src/systime.h
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commitef393e7645961c61ff1e776d67d3c3b9f494bc49 (patch)
tree1471dfc50643fdc560d1c94fff6318482fa8876b /src/systime.h
parent270af5640a046aab319b9988fc29f41a47681f92 (diff)
downloademacs-ef393e7645961c61ff1e776d67d3c3b9f494bc49.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'src/systime.h')
-rw-r--r--src/systime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systime.h b/src/systime.h
index 12c66b48605..d05b5a7de9a 100644
--- a/src/systime.h
+++ b/src/systime.h
@@ -81,7 +81,7 @@ extern time_t timezone;
result in DEST. SRC should not be negative.
EMACS_SUB_TIME (DEST, SRC1, SRC2) subtracts SRC2 from SRC1 and
- stores the result in DEST. SRC should not be negative.
+ stores the result in DEST. SRC should not be negative.
EMACS_TIME_NEG_P (TIME) is true iff TIME is negative.
*/