summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-02-07 22:40:23 -0700
committerKarl Williamson <khw@cpan.org>2018-02-07 22:47:55 -0700
commit41715441c03ba3cca251b6bba5fecee19073b7ae (patch)
tree30b7b977fc26ec02ce11f96b64f1d89284d9e60c /util.c
parentf2d3b509451688a0dcdb7248cc350ea3f9175e62 (diff)
downloadperl-41715441c03ba3cca251b6bba5fecee19073b7ae.tar.gz
util.c: Fix typo in comment
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 0fc7af6866..647f53307d 100644
--- a/util.c
+++ b/util.c
@@ -690,7 +690,7 @@ Perl_rninstr(const char *big, const char *bigend, const char *little, const char
=for apidoc fbm_compile
-Analyses the string in order to make fast searches on it using C<fbm_instr()>
+Analyzes the string in order to make fast searches on it using C<fbm_instr()>
-- the Boyer-Moore algorithm.
=cut