]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment typo.
authorGlenn Morris <rgm@gnu.org>
Thu, 21 Feb 2008 07:55:04 +0000 (07:55 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 21 Feb 2008 07:55:04 +0000 (07:55 +0000)
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.  */