mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Fix a typo in a comment in os_unix.c.
FossilOrigin-Name: e1e7312580a8b19825b0c52fa8af6c9382f99f22
This commit is contained in:
@@ -4304,7 +4304,7 @@ static UnixUnusedFd *findReusableFd(const char *zPath, int flags){
|
||||
|
||||
/*
|
||||
** This function is called by unixOpen() to determine the unix permissions
|
||||
** to create new files with. If no error occurs, then SQLite is returned
|
||||
** to create new files with. If no error occurs, then SQLITE_OK is returned
|
||||
** and a value suitable for passing as the third argument to open(2) is
|
||||
** written to *pMode. If an IO error occurs, an SQLite error code is
|
||||
** returned and the value of *pMode is not modified.
|
||||
|
||||
Reference in New Issue
Block a user