# HG changeset patch # User Glenn Morris # Date 1203580504 0 # Node ID 462b9983854e5cb80ed2dd8a40b2042f9ea1c64a # Parent 47cc4b041617a751c9d291328bd58a39798604c9 Fix comment typo. diff -r 47cc4b041617 -r 462b9983854e src/composite.c --- 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. */