* [PATCH] wildmatch: fix duplicate words of "the"
@ 2016-05-06 12:36 Li Peng
0 siblings, 0 replies; only message in thread
From: Li Peng @ 2016-05-06 12:36 UTC (permalink / raw)
To: git; +Cc: pclouds, Li Peng
Fix duplicate words of "the" in comment.
Signed-off-by: Li Peng <lip@dtdream.com>
---
wildmatch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wildmatch.c b/wildmatch.c
index f91ba99..57c8765 100644
--- a/wildmatch.c
+++ b/wildmatch.c
@@ -136,7 +136,7 @@ static int dowild(const uchar *p, const uchar *text, unsigned int flags)
/*
* Try to advance faster when an asterisk is
* followed by a literal. We know in this case
- * that the the string before the literal
+ * that the string before the literal
* must belong to "*".
* If match_slash is false, do not look past
* the first slash as it cannot belong to '*'.
--
1.8.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-05-06 12:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06 12:36 [PATCH] wildmatch: fix duplicate words of "the" Li Peng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).