public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [GSoC PATCH] doc: fix typo in tree-walk.h comment
@ 2026-02-05  8:08 Ayush Jha
  2026-02-06 16:57 ` Chandra Pratap
  0 siblings, 1 reply; 3+ messages in thread
From: Ayush Jha @ 2026-02-05  8:08 UTC (permalink / raw)
  To: Chandra Pratap; +Cc: git, Ayush Jha

Fix a duplicated word in a comment describing the return value.

No code or behavior change.

Signed-off-by: Ayush Jha <kumarayushjha123@gmail.com>
---
 tree-walk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tree-walk.h b/tree-walk.h
index 29a55328bd..9646c47ac5 100644
--- a/tree-walk.h
+++ b/tree-walk.h
@@ -177,7 +177,7 @@ struct traverse_info {
 
 /**
  * Walk trees starting with "tree_oid" to find the entry for "name", and
- * return the the object name and the mode of the found entry via the
+ * return the object name and the mode of the found entry via the
  * "oid" and "mode" parameters.  Return 0 if the entry is found, and -1
  * otherwise.
  */
-- 
2.53.0.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-02-16  7:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-05  8:08 [GSoC PATCH] doc: fix typo in tree-walk.h comment Ayush Jha
2026-02-06 16:57 ` Chandra Pratap
2026-02-16  7:54   ` Ayush Jha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox