1
0
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:
drh
2010-07-14 20:51:34 +00:00
parent a7d2db175b
commit f65bc9119c
3 changed files with 11 additions and 11 deletions

View File

@@ -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.