From: Glenn Morris Date: Thu, 21 Feb 2008 07:55:04 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: emacs-pretest-23.0.90~7804 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca101cff6ced9d97fad545f1c1c6e917c1bd731d;p=emacs.git Fix comment typo. --- diff --git a/src/composite.c b/src/composite.c index d3ca16c6bdb..52fae553281 100644 --- a/src/composite.c +++ b/src/composite.c @@ -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. */