aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-23 20:48:22 +0300
committerEli Zaretskii2010-04-23 20:48:22 +0300
commit98092630efffdfaec82833f2366545baf9f01639 (patch)
tree371267af571813f3b2a7108185490cb72e5ef6b4 /src
parenta63f80b465fa89d4a3905dbbe82d5ecc01991b29 (diff)
downloademacs-98092630efffdfaec82833f2366545baf9f01639.tar.gz
emacs-98092630efffdfaec82833f2366545baf9f01639.zip
dispextern.h: Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index afbe6f5343d..72c0b2ef414 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2231,7 +2231,7 @@ struct it
2231 If `what' == IT_COMPOSITION, the first component of a composition 2231 If `what' == IT_COMPOSITION, the first component of a composition
2232 and length in bytes of the composition. 2232 and length in bytes of the composition.
2233 2233
2234 If `what' is anything else, these tow are undefined (will 2234 If `what' is anything else, these two are undefined (will
2235 probably hold values for the last IT_CHARACTER or IT_COMPOSITION 2235 probably hold values for the last IT_CHARACTER or IT_COMPOSITION
2236 traversed by the iterator. 2236 traversed by the iterator.
2237 2237