From ca101cff6ced9d97fad545f1c1c6e917c1bd731d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 21 Feb 2008 07:55:04 +0000 Subject: [PATCH] Fix comment typo. --- src/composite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.11.4.GIT