]> git.proxmox.com Git - libgit2.git/commitdiff
Fix documentation comment
authorBen Straub <bs@github.com>
Wed, 24 Oct 2012 19:38:05 +0000 (12:38 -0700)
committerBen Straub <bs@github.com>
Wed, 24 Oct 2012 19:38:05 +0000 (12:38 -0700)
include/git2/remote.h

index 35b1f2e5bbca0f72b292e4488220b591fcccb8a9..e23997d9a417955ee8008faf6ff8d46dc5b480e0 100644 (file)
@@ -183,7 +183,8 @@ GIT_EXTERN(int) git_remote_ls(git_remote *remote, git_headlist_cb list_cb, void
  * filename will be NULL and the function will return success.
  *
  * @param remote the remote to download from
- * @param filename where to store the temporary filename
+ * @param bytes buffer that receives the number of bytes transferred (updated
+ * while transfer is in progress)
  * @param progress_cb function to call with progress information.  Be aware that
  * this is called inline with network and indexing operations, so performance
  * may be affected.