# HG changeset patch # User Eli Zaretskii # Date 1254562477 0 # Node ID 2f74d2880f10c9f0b33d47d95d39747261bb7d8e # Parent 3fec4318d7609770db666b3ffddb76175b243f6a (fast_looking_at): Fix a typo in the commentary. diff -r 3fec4318d760 -r 2f74d2880f10 src/search.c --- a/src/search.c Sat Oct 03 02:19:22 2009 +0000 +++ b/src/search.c Sat Oct 03 09:34:37 2009 +0000 @@ -564,7 +564,7 @@ return val; } -/* Match REGEXP atainst the characters after POS to LIMIT, and return +/* Match REGEXP against the characters after POS to LIMIT, and return the number of matched characters. If STRING is non-nil, match against the characters in it. In that case, POS and LIMIT are indices into the string. This function doesn't modify the match