]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a comment typo in the unix VFS. No changes to code.
authordrh <drh@noemail.net>
Tue, 24 Nov 2015 15:12:47 +0000 (15:12 +0000)
committerdrh <drh@noemail.net>
Tue, 24 Nov 2015 15:12:47 +0000 (15:12 +0000)
FossilOrigin-Name: 32e138796c66c88e8cbb77aa3a4282a38d1f959a

manifest
manifest.uuid
src/os_unix.c

index 2d0b9a58f60c9c8dfe2b9ba27cda0ecf4838d508..69d2b5459d877ac69d1cad17727108da5630a6ac 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Make\sthe\sgeteuid()\ssystem\scall\soverloadable\susing\sxSetSystemCall()\son\sthe\nunix\sVFSes.
-D 2015-11-24T15:06:28.338
+C Fix\sa\scomment\stypo\sin\sthe\sunix\sVFS.\s\sNo\schanges\sto\scode.
+D 2015-11-24T15:12:47.482
 F Makefile.in d828db6afa6c1fa060d01e33e4674408df1942a1
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
 F Makefile.msc e928e68168df69b353300ac87c10105206653a03
@@ -323,7 +323,7 @@ F src/os.c 8fd25588eeba74068d41102d26810e216999b6c8
 F src/os.h 3e57a24e2794a94d3cf2342c6d9a884888cd96bf
 F src/os_common.h abdb9a191a367793268fe553d25bab894e986a0e
 F src/os_setup.h c9d4553b5aaa6f73391448b265b89bed0b890faa
-F src/os_unix.c c5e7976c47cfd3134513ebfb2d140825d50e5275
+F src/os_unix.c 3ca4a23db3ad0b809a0b8d7f879cf66f56b693d5
 F src/os_win.c 386fba30419e8458b13209781c2af5590eab2811
 F src/os_win.h eb7a47aa17b26b77eb97e4823f20a00b8bda12ca
 F src/pager.c 18341e2b759b447cbc82fb9215d08d9c5864e92e
@@ -1404,7 +1404,7 @@ F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 19a9c07b26a4123dc60abdcc84a956f88c352bab
-R 02104466c6b651805702e9bf38bb181e
+P 6c2ddea65e1871b2fcb4991c5b3e6992993db3ea
+R 81ff6ba247633e5ac5ffc463969dd7f1
 U drh
-Z eddf0171a3f4a4814f215292a42ba620
+Z 2bab8f8a8131461afe24bb3f0bfc9cb2
index ef64e4e41c1543d2c038b4bd4fbe9d9b2c22d3b4..501322045a2c7dc40d9083e5c2a245cd899a3db4 100644 (file)
@@ -1 +1 @@
-6c2ddea65e1871b2fcb4991c5b3e6992993db3ea
\ No newline at end of file
+32e138796c66c88e8cbb77aa3a4282a38d1f959a
\ No newline at end of file
index 687baa107efc95e21b25eab119a645a7d22cc815..768a2a9eec4ef6add0948ae58d468cf6106c36e7 100644 (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