Fix documentation comment to match actual params.

This commit is contained in:
Ben Straub 2012-07-13 15:50:23 -07:00
parent 339f3d071e
commit deac801de9

View File

@ -22,12 +22,9 @@
GIT_BEGIN_DECL GIT_BEGIN_DECL
/** /**
* Updates files in the working tree to match the version in the index * Updates files in the working tree to match the version in the index.
* or HEAD.
* *
* @param repo repository to check out (must be non-bare) * @param repo repository to check out (must be non-bare)
* @param origin_url repository to clone from
* @param workdir_path local directory to clone to
* @param stats pointer to structure that receives progress information (may be NULL) * @param stats pointer to structure that receives progress information (may be NULL)
* @return 0 on success, GIT_ERROR otherwise (use git_error_last for information about the error) * @return 0 on success, GIT_ERROR otherwise (use git_error_last for information about the error)
*/ */