]> git.eshelyaron.com Git - emacs.git/commitdiff
(clear_regexp_cache): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Oct 2009 09:51:32 +0000 (09:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Oct 2009 09:51:32 +0000 (09:51 +0000)
src/search.c

index 0102957679df61a0464d68ef9004a7250946ea63..6d2f8cc6dbbc8819a0c8bbd356171e34ac72d907 100644 (file)
@@ -209,8 +209,8 @@ clear_regexp_cache ()
   int i;
 
   for (i = 0; i < REGEXP_CACHE_SIZE; ++i)
-    /* It's tempting to compare with the syntax-table we've actually changd,
-       but it's not sufficient because char-table inheritance mewans that
+    /* It's tempting to compare with the syntax-table we've actually changed,
+       but it's not sufficient because char-table inheritance means that
        modifying one syntax-table can change others at the same time.  */
     if (!EQ (searchbufs[i].syntax_table, Qt))
       searchbufs[i].regexp = Qnil;