* [PATCH] path: fix duplicate words of "look"
@ 2016-05-06 12:15 Li Peng
0 siblings, 0 replies; only message in thread
From: Li Peng @ 2016-05-06 12:15 UTC (permalink / raw)
To: git; +Cc: dturner, Li Peng
Fix duplicate words of "look" in comment.
Signed-off-by: Li Peng <lip@dtdream.com>
---
path.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/path.c b/path.c
index bbaea5a..5037667 100644
--- a/path.c
+++ b/path.c
@@ -134,7 +134,7 @@ static struct common_dir common_list[] = {
* definite
* definition
*
- * The trie would look look like:
+ * The trie would look like:
* root: len = 0, children a and d non-NULL, value = NULL.
* a: len = 2, contents = bc, value = (data for "abc")
* d: len = 2, contents = ef, children i non-NULL, value = (data for "def")
--
1.8.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-05-06 12:15 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:15 [PATCH] path: fix duplicate words of "look" Li Peng
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).