aboutsummaryrefslogtreecommitdiffstats
path: root/src/systime.h
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-08-08 07:49:21 +0000
committerGlenn Morris <[email protected]>2007-08-08 07:49:21 +0000
commite0f24100c74828aadd926f0afa6e3440be8c89d0 (patch)
tree3fb96e2684078c6612126ecc1d668fd87866a041 /src/systime.h
parent22e9fe2445883d651799f027917cd50d065f200d (diff)
Replace `iff' in comments.
Diffstat (limited to 'src/systime.h')
-rw-r--r--src/systime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systime.h b/src/systime.h
index 85c2799f08..8b1b7f56ad 100644
--- a/src/systime.h
+++ b/src/systime.h
@@ -67,7 +67,7 @@ extern time_t timezone;
EMACS_SECS (TIME) is an rvalue for the seconds component of TIME.
EMACS_SET_SECS (TIME, SECONDS) sets that to SECONDS.
- EMACS_HAS_USECS is defined iff EMACS_TIME has a usecs component.
+ EMACS_HAS_USECS is defined if EMACS_TIME has a usecs component.
EMACS_USECS (TIME) is an rvalue for the microseconds component of TIME.
This returns zero if EMACS_TIME doesn't have a microseconds component.
EMACS_SET_USECS (TIME, MICROSECONDS) sets that to MICROSECONDS.
@@ -83,7 +83,7 @@ extern time_t timezone;
EMACS_SUB_TIME (DEST, SRC1, SRC2) subtracts SRC2 from SRC1 and
stores the result in DEST. SRC should not be negative.
- EMACS_TIME_NEG_P (TIME) is true iff TIME is negative.
+ EMACS_TIME_NEG_P (TIME) is true if TIME is negative.
*/