]> git.ipfire.org Git - thirdparty/git.git/blobdiff - config.h
fmt-merge-msg: free newly allocated temporary strings when done
[thirdparty/git.git] / config.h
index 9038538ffdcb8de68b3367c6f4a1534b23e6aafc..a2200f311156c47431e6ff17fbfd87e3ff07cdae 100644 (file)
--- a/config.h
+++ b/config.h
@@ -450,8 +450,8 @@ void git_configset_init(struct config_set *cs);
 /**
  * Parses the file and adds the variable-value pairs to the `config_set`,
  * dies if there is an error in parsing the file. Returns 0 on success, or
- * -1 if the file does not exist or is inaccessible. The user has to decide
- * if he wants to free the incomplete configset or continue using it when
+ * -1 if the file does not exist or is inaccessible. The caller decides
+ * whether to free the incomplete configset or continue using it when
  * the function returns -1.
  */
 int git_configset_add_file(struct config_set *cs, const char *filename);