config: update the git_config_add_file documentation

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
Carlos Martín Nieto 2011-06-07 14:18:22 +02:00
parent 340fc0d40a
commit ce78f39e27

View File

@ -89,8 +89,8 @@ GIT_EXTERN(int) git_config_open_global(git_config **cfg);
* Note that the configuration will call the backend's ->free() * Note that the configuration will call the backend's ->free()
* function. * function.
* *
* @param cfg the configuration to add the backend to * @param cfg the configuration to add the file to
* @param backend the backend to add * @param file the configuration source (file) to add
* @param priority the priority the backend should have * @param priority the priority the backend should have
*/ */
GIT_EXTERN(int) git_config_add_file(git_config *cfg, git_config_file *file, int priority); GIT_EXTERN(int) git_config_add_file(git_config *cfg, git_config_file *file, int priority);