aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2008-02-21 07:55:04 +0000
committerGlenn Morris2008-02-21 07:55:04 +0000
commitca101cff6ced9d97fad545f1c1c6e917c1bd731d (patch)
tree05955edc61f06e63138b8dbb4e0a5e92ff64c790 /src
parentad1b4641e242553b317ac7948b90e404f434e4cf (diff)
downloademacs-ca101cff6ced9d97fad545f1c1c6e917c1bd731d.tar.gz
emacs-ca101cff6ced9d97fad545f1c1c6e917c1bd731d.zip
Fix comment typo.
Diffstat (limited to 'src')
-rw-r--r--src/composite.c2
1 files changed, 1 insertions, 1 deletions
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 ()
801 args[1] = Qequal; 801 args[1] = Qequal;
802 args[2] = QCweakness; 802 args[2] = QCweakness;
803 /* We used to make the hash table weak so that unreferenced 803 /* We used to make the hash table weak so that unreferenced
804 compostions can be garbage-collected. But, usually once 804 compositions can be garbage-collected. But, usually once
805 created compositions are repeatedly used in an Emacs session, 805 created compositions are repeatedly used in an Emacs session,
806 and thus it's not worth to save memory in such a way. So, we 806 and thus it's not worth to save memory in such a way. So, we
807 make the table not weak. */ 807 make the table not weak. */