mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 20:29:27 +00:00
Merge pull request #4001 from pks-t/pks/fileops-docs-typo
fileops: fix typos in `git_futils_creat_locked{,with_path}`
This commit is contained in:
commit
19981467ea
@ -45,12 +45,12 @@ extern int git_futils_writebuffer(
|
|||||||
extern int git_futils_creat_withpath(const char *path, const mode_t dirmode, const mode_t mode);
|
extern int git_futils_creat_withpath(const char *path, const mode_t dirmode, const mode_t mode);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an open a process-locked file
|
* Create and open a process-locked file
|
||||||
*/
|
*/
|
||||||
extern int git_futils_creat_locked(const char *path, const mode_t mode);
|
extern int git_futils_creat_locked(const char *path, const mode_t mode);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an open a process-locked file, while
|
* Create and open a process-locked file, while
|
||||||
* also creating all the folders in its path
|
* also creating all the folders in its path
|
||||||
*/
|
*/
|
||||||
extern int git_futils_creat_locked_withpath(const char *path, const mode_t dirmode, const mode_t mode);
|
extern int git_futils_creat_locked_withpath(const char *path, const mode_t dirmode, const mode_t mode);
|
||||||
|
Loading…
Reference in New Issue
Block a user