We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b782205 + 7b3f49f commit 1998146Copy full SHA for 1998146
src/fileops.h
@@ -45,12 +45,12 @@ extern int git_futils_writebuffer(
45
extern int git_futils_creat_withpath(const char *path, const mode_t dirmode, const mode_t mode);
46
47
/**
48
- * Create an open a process-locked file
+ * Create and open a process-locked file
49
*/
50
extern int git_futils_creat_locked(const char *path, const mode_t mode);
51
52
53
- * Create an open a process-locked file, while
+ * Create and open a process-locked file, while
54
* also creating all the folders in its path
55
56
extern int git_futils_creat_locked_withpath(const char *path, const mode_t dirmode, const mode_t mode);
0 commit comments