Mercurial > emacs
changeset 92028:462b9983854e
Fix comment typo.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 21 Feb 2008 07:55:04 +0000 |
parents | 47cc4b041617 |
children | fd00fbbe05b0 |
files | src/composite.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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. */