diff options
-rw-r--r-- | include/git2/remote.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index d3157d9cc..4aabd94b6 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -343,8 +343,7 @@ GIT_EXTERN(void) git_remote_stop(git_remote *remote); /** * Disconnect from the remote * - * Close the connection to the remote and free the underlying - * transport. + * Close the connection to the remote. * * @param remote the remote to disconnect from */ |