In perl.git, the branch blead-next has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c5e0684d8b06bb65244688475924b7f2f037c122?hp=444c4cd5e784ec836ff4a81a582bcb0df9f1e277>

- Log -----------------------------------------------------------------
commit c5e0684d8b06bb65244688475924b7f2f037c122
Author: Yves Orton <[email protected]>
Date:   Mon May 8 15:01:08 2017 +0200

    fixup typo (squash candidate) in globbing code comments
    
    This fixes up a typo from 444c4cd5e784ec836ff4a81a582bcb0df9f1e277,
    if possible before merging to blead squash this commit with that.
-----------------------------------------------------------------------

Summary of changes:
 ext/File-Glob/bsd_glob.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/File-Glob/bsd_glob.c b/ext/File-Glob/bsd_glob.c
index e96fb7356a..86faa8e1aa 100644
--- a/ext/File-Glob/bsd_glob.c
+++ b/ext/File-Glob/bsd_glob.c
@@ -916,7 +916,7 @@ globextend(const Char *path, glob_t *pglob, size_t *limitp)
  * pattern matching function for filenames using state machine to avoid
  * recursion. We maintain a "nextp" and "nextn" to allow us to backtrack
  * without additional callframes, and to do cleanly prune the backtracking
- * state when multiple '*' (start) matches are included in the patter.
+ * state when multiple '*' (start) matches are included in the pattern.
  *
  * Thanks to Russ Cox for the improved state machine logic to avoid quadratic
  * matching on failure.

--
Perl5 Master Repository

Reply via email to