summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2013-03-19 17:42:10 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2013-03-19 17:42:10 +0100
commit0b0ecbec2b576400980b22cf2c8fb4d9ab76c423 (patch)
tree481db6902a8642a90304f02254e2a63dd65f0547
parent5b27bf7e5bfd5c2f92a15c0058c801d49faf8403 (diff)
downloadlibgit2-0b0ecbec2b576400980b22cf2c8fb4d9ab76c423.tar.gz
clone: fix param comment
-rw-r--r--include/git2/clone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/clone.h b/include/git2/clone.h
index e7205d744..20df49104 100644
--- a/include/git2/clone.h
+++ b/include/git2/clone.h
@@ -89,7 +89,7 @@ typedef struct git_clone_options {
* HEAD.
*
* @param out pointer that will receive the resulting repository object
- * @param origin_remote a remote which will act as the initial fetch source
+ * @param url the remote repository to clone
* @param local_path local directory to clone to
* @param options configuration options for the clone. If NULL, the function
* works as though GIT_OPTIONS_INIT were passed.