summaryrefslogtreecommitdiff
path: root/src/composite.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-02-21 07:55:04 +0000
committerGlenn Morris <rgm@gnu.org>2008-02-21 07:55:04 +0000
commitca101cff6ced9d97fad545f1c1c6e917c1bd731d (patch)
tree05955edc61f06e63138b8dbb4e0a5e92ff64c790 /src/composite.c
parentad1b4641e242553b317ac7948b90e404f434e4cf (diff)
downloademacs-ca101cff6ced9d97fad545f1c1c6e917c1bd731d.tar.gz
Fix comment typo.
Diffstat (limited to 'src/composite.c')
-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 ()
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. */