From deac801de98be4974cfe806eb4bc072f34f81cc5 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Fri, 13 Jul 2012 15:50:23 -0700 Subject: [PATCH] Fix documentation comment to match actual params. --- include/git2/checkout.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/git2/checkout.h b/include/git2/checkout.h index 9dec5b93d..313d52f76 100644 --- a/include/git2/checkout.h +++ b/include/git2/checkout.h @@ -22,12 +22,9 @@ GIT_BEGIN_DECL /** - * Updates files in the working tree to match the version in the index - * or HEAD. + * Updates files in the working tree to match the version in the index. * * @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) * @return 0 on success, GIT_ERROR otherwise (use git_error_last for information about the error) */