clone: fix param comment

This commit is contained in:
Carlos Martín Nieto 2013-03-19 17:42:10 +01:00
parent 5b27bf7e5b
commit 0b0ecbec2b

View File

@ -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.