diff options
| author | Eli Zaretskii | 2009-10-03 09:34:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-10-03 09:34:37 +0000 |
| commit | a80ce21345583de0fe3fa5489845d62849c41934 (patch) | |
| tree | cf5d86c9af6d24cb11f63a87adf82d86b6f87440 | |
| parent | 686ea556eb13d889d1b7ecb0aae005315ea7e128 (diff) | |
| download | emacs-a80ce21345583de0fe3fa5489845d62849c41934.tar.gz emacs-a80ce21345583de0fe3fa5489845d62849c41934.zip | |
(fast_looking_at): Fix a typo in the commentary.
| -rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index 2e5c379ea7d..0102957679d 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -564,7 +564,7 @@ fast_string_match_ignore_case (regexp, string) | |||
| 564 | return val; | 564 | return val; |
| 565 | } | 565 | } |
| 566 | 566 | ||
| 567 | /* Match REGEXP atainst the characters after POS to LIMIT, and return | 567 | /* Match REGEXP against the characters after POS to LIMIT, and return |
| 568 | the number of matched characters. If STRING is non-nil, match | 568 | the number of matched characters. If STRING is non-nil, match |
| 569 | against the characters in it. In that case, POS and LIMIT are | 569 | against the characters in it. In that case, POS and LIMIT are |
| 570 | indices into the string. This function doesn't modify the match | 570 | indices into the string. This function doesn't modify the match |