1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Fix a comment typo in the unix VFS. No changes to code.

FossilOrigin-Name: 32e138796c66c88e8cbb77aa3a4282a38d1f959a
This commit is contained in:
drh
2015-11-24 15:12:47 +00:00
parent 6226ca2a6d
commit aaeaa18e2e
3 changed files with 8 additions and 8 deletions

View File

@@ -1104,7 +1104,7 @@ static unixInodeInfo *inodeList = 0;
/*
**
** This function - unixLogError_x(), is only ever called via the macro
** This function - unixLogErrorAtLine(), is only ever called via the macro
** unixLogError().
**
** It is invoked after an error occurs in an OS function and errno has been