summaryrefslogtreecommitdiff
path: root/src/git
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2010-05-06 21:35:18 +0200
committerAndreas Ericsson <ae@op5.se>2010-06-02 10:32:06 +0200
commit1bb11859357114684a1a740e471edf1a7541b82a (patch)
tree2ce6f8018fbaf125ed50e66adc46ff4f9d0a9288 /src/git
parent38c513b9d1f6c19f191927003c5befd2fa70da9a (diff)
downloadlibgit2-1bb11859357114684a1a740e471edf1a7541b82a.tar.gz
Fixed typos in the revwalk API documentation
Signed-off-by: Vicent Marti <tanoku@gmail.com> Signed-off-by: Andreas Ericsson <ae@op5.se>
Diffstat (limited to 'src/git')
-rw-r--r--src/git/revwalk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git/revwalk.h b/src/git/revwalk.h
index 5fac2a68a..4e7e9f60b 100644
--- a/src/git/revwalk.h
+++ b/src/git/revwalk.h
@@ -36,14 +36,14 @@ GIT_EXTERN(void) gitrp_reset(git_revpool *pool);
/**
* Mark an object to start traversal from.
* @param pool the pool being used for the traversal.
- * @param commit the commit the commit to start from.
+ * @param commit the commit to start from.
*/
GIT_EXTERN(void) gitrp_push(git_revpool *pool, git_commit *commit);
/**
* Mark a commit (and its ancestors) uninteresting for the output.
* @param pool the pool being used for the traversal.
- * @param commit the commit the commit to start from.
+ * @param commit the commit that will be ignored during the traversal
*/
GIT_EXTERN(void) gitrp_hide(git_revpool *pool, git_commit *commit);