Commit 0b0ecbec2b576400980b22cf2c8fb4d9ab76c423

Carlos Martín Nieto 2013-03-19T17:42:10

clone: fix param comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/clone.h b/include/git2/clone.h
index e7205d7..20df491 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.