summaryrefslogtreecommitdiff
path: root/include/git2/transport.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2013-07-23 09:40:19 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2013-07-23 09:40:19 +0200
commitc05a55b056509d1146ab55ab1351298789f00751 (patch)
tree2bf538b3a95c1cb382f659113512af3369ed9a50 /include/git2/transport.h
parente5bdf82976c631a5b4cc36d8bfad61de609d7802 (diff)
downloadlibgit2-c05a55b056509d1146ab55ab1351298789f00751.tar.gz
Clean up some documentation
clang's docparser highlighted these.
Diffstat (limited to 'include/git2/transport.h')
-rw-r--r--include/git2/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/transport.h b/include/git2/transport.h
index 21061fc78..1cc200eb4 100644
--- a/include/git2/transport.h
+++ b/include/git2/transport.h
@@ -110,7 +110,7 @@ GIT_EXTERN(int) git_cred_ssh_keyfile_passphrase_new(
* @param out The newly created credential object.
* @param publickey The bytes of the public key.
* @param publickey_len The length of the public key in bytes.
- * @param sign_callback The callback method for authenticating.
+ * @param sign_fn The callback method for authenticating.
* @param sign_data The abstract data sent to the sign_callback method.
* @return 0 for success or an error code for failure
*/