Skip to content

Commit 1998146

Browse files
authored
Merge pull request libgit2#4001 from pks-t/pks/fileops-docs-typo
fileops: fix typos in `git_futils_creat_locked{,with_path}`
2 parents b782205 + 7b3f49f commit 1998146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fileops.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ extern int git_futils_writebuffer(
4545
extern int git_futils_creat_withpath(const char *path, const mode_t dirmode, const mode_t mode);
4646

4747
/**
48-
* Create an open a process-locked file
48+
* Create and open a process-locked file
4949
*/
5050
extern int git_futils_creat_locked(const char *path, const mode_t mode);
5151

5252
/**
53-
* Create an open a process-locked file, while
53+
* Create and open a process-locked file, while
5454
* also creating all the folders in its path
5555
*/
5656
extern int git_futils_creat_locked_withpath(const char *path, const mode_t dirmode, const mode_t mode);

0 commit comments

Comments
 (0)