diff options
author | drh <drh@noemail.net> | 2015-11-24 15:12:47 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2015-11-24 15:12:47 +0000 |
commit | aaeaa18e2e4ba3f82c4f11929f50fa9837d50e00 (patch) | |
tree | f4fa1be05c85361513d7be13e3a01a189f3f8fd5 /src/os_unix.c | |
parent | 6226ca2a6d33b2499fed9320d0d6319599bd8bc8 (diff) | |
download | sqlite-aaeaa18e2e4ba3f82c4f11929f50fa9837d50e00.tar.gz sqlite-aaeaa18e2e4ba3f82c4f11929f50fa9837d50e00.zip |
Fix a comment typo in the unix VFS. No changes to code.
FossilOrigin-Name: 32e138796c66c88e8cbb77aa3a4282a38d1f959a
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 687baa107..768a2a9ee 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -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 |