]> code.delx.au - gnu-emacs/blobdiff - src/composite.c
Merge from gnus--devo--0
[gnu-emacs] / src / composite.c
index d3ca16c6bdbef46a48ba05e8543ce006fbd17056..52fae5532818fafc03b6fd68e90e603938d5aeaa 100644 (file)
@@ -801,7 +801,7 @@ syms_of_composite ()
     args[1] = Qequal;
     args[2] = QCweakness;
     /* We used to make the hash table weak so that unreferenced
-       compostions can be garbage-collected.  But, usually once
+       compositions can be garbage-collected.  But, usually once
        created compositions are repeatedly used in an Emacs session,
        and thus it's not worth to save memory in such a way.  So, we
        make the table not weak.  */