summaryrefslogtreecommitdiff
path: root/src/indent.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-08-08 07:49:21 +0000
committerGlenn Morris <rgm@gnu.org>2007-08-08 07:49:21 +0000
commite0f24100c74828aadd926f0afa6e3440be8c89d0 (patch)
tree3fb96e2684078c6612126ecc1d668fd87866a041 /src/indent.c
parent22e9fe2445883d651799f027917cd50d065f200d (diff)
downloademacs-e0f24100c74828aadd926f0afa6e3440be8c89d0.tar.gz
Replace `iff' in comments.
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index 905cf7559a7..b3c1d0cf81a 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -116,7 +116,7 @@ character_width (c, dp)
return 0;
}
-/* Return true iff the display table DISPTAB specifies the same widths
+/* Return true if the display table DISPTAB specifies the same widths
for characters as WIDTHTAB. We use this to decide when to
invalidate the buffer's width_run_cache. */