summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-06-18 15:07:41 +0200
committerVicent Marti <tanoku@gmail.com>2011-06-19 12:50:45 +0200
commitbfd5e3e2a2f9793e4c24d0ac1c7f3e350a433330 (patch)
tree1e670b115ab9f6461ca623d67ce158094abbc690
parent8ee2bb54ec5e6446fa9884c116654df8195beb2b (diff)
downloadlibgit2-bfd5e3e2a2f9793e4c24d0ac1c7f3e350a433330.tar.gz
config: Fix API docs
-rw-r--r--include/git2/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/config.h b/include/git2/config.h
index 022b0af80..feac112b1 100644
--- a/include/git2/config.h
+++ b/include/git2/config.h
@@ -63,7 +63,7 @@ struct git_config_file {
* may be used on any `git_config` call to load the
* global configuration file.
*
- * @param path Buffer of GIT_PATH_MAX length to store the path
+ * @param global_config_path Buffer of GIT_PATH_MAX length to store the path
* @return GIT_SUCCESS if a global configuration file has been
* found. Its path will be stored in `buffer`.
*/
@@ -136,7 +136,7 @@ GIT_EXTERN(int) git_config_add_file(git_config *cfg, git_config_file *file, int
* a higher priority will be accessed first).
*
* @param cfg the configuration to add the file to
- * @param file path to the configuration file (backend) to add
+ * @param path path to the configuration file (backend) to add
* @param priority the priority the backend should have
* @return GIT_SUCCESS on success; error code otherwise
*/