git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Li Peng <lip@dtdream.com>
To: git@vger.kernel.org
Cc: dturner@twopensource.com, Li Peng <lip@dtdream.com>
Subject: [PATCH] path: fix duplicate words of "look"
Date: Fri,  6 May 2016 20:15:15 +0800	[thread overview]
Message-ID: <1462536915-17505-1-git-send-email-lip@dtdream.com> (raw)

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

                 reply	other threads:[~2016-05-06 12:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1462536915-17505-1-git-send-email-lip@dtdream.com \
    --to=lip@dtdream.com \
    --cc=dturner@twopensource.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).