changeset 105400:ba465c0bd0c3

(clear_regexp_cache): Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Oct 2009 09:51:03 +0000
parents 2f74d2880f10
children 791bb3c2ca7d
files src/search.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Sat Oct 03 09:34:37 2009 +0000
+++ b/src/search.c	Sat Oct 03 09:51:03 2009 +0000
@@ -209,7 +209,7 @@
   int i;
 
   for (i = 0; i < REGEXP_CACHE_SIZE; ++i)
-    /* It's tempting to compare with the syntax-table we've actually changd,
+    /* It's tempting to compare with the syntax-table we've actually changed,
        but it's not sufficient because char-table inheritance mewans that
        modifying one syntax-table can change others at the same time.  */
     if (!EQ (searchbufs[i].syntax_table, Qt))