Mercurial > emacs
diff src/composite.c @ 92028:462b9983854e
Fix comment typo.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Thu, 21 Feb 2008 07:55:04 +0000 |
| parents | 606f2d163a64 |
| children | 181a3677061e |
line wrap: on
line diff
--- a/src/composite.c Thu Feb 21 07:53:55 2008 +0000 +++ b/src/composite.c Thu Feb 21 07:55:04 2008 +0000 @@ -801,7 +801,7 @@ 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. */
