In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/41715441c03ba3cca251b6bba5fecee19073b7ae?hp=f2d3b509451688a0dcdb7248cc350ea3f9175e62>

- Log -----------------------------------------------------------------
commit 41715441c03ba3cca251b6bba5fecee19073b7ae
Author: Karl Williamson <k...@cpan.org>
Date:   Wed Feb 7 22:40:23 2018 -0700

    util.c: Fix typo in comment

-----------------------------------------------------------------------

Summary of changes:
 util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
Perl5 Master Repository

Reply via email to