git: Fix comment in new patch

This commit is contained in:
Ray Donnelly
2016-04-21 21:34:00 +01:00
parent 6b7aceea4a
commit e4ccf27550
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
}
+/*
+ * Always duplicates `path` even if no conversion was performed.
+ * Avoids duplicating `path` if not needed unless `always_dupe` is non-zero.
+ */
+char *maybe_xstrdup_cyg_conv_path(const char *path, int always_dupe)
+{