]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix comment typo
authordrh <>
Tue, 28 Apr 2026 12:49:10 +0000 (12:49 +0000)
committerdrh <>
Tue, 28 Apr 2026 12:49:10 +0000 (12:49 +0000)
FossilOrigin-Name: d64a1dbe0fb2d9286806d833a3146b21d5bf1636a650d5a64cf163c7f2356e98

manifest
manifest.uuid
src/sqliteInt.h

index 3429acff490667c5077a065917fe095649296063..888231301053e68228bd7d2d0df75774d281b286 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Improved\sdetection\sof\swhen\sthe\salternative\swindows-compatible\smain()\sis\nneeded\sin\sthe\ssqldiff.exe\sutility.
-D 2026-04-27T14:01:23.920
+C Fix\scomment\stypo
+D 2026-04-28T12:49:10.942
 F .fossil-settings/binary-glob 61195414528fb3ea9693577e1980230d78a1f8b0a54c78cf1b9b24d0a409ed6a x
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
@@ -740,7 +740,7 @@ F src/shell.c.in c76e531d1535404b302ddba8b7d3724e2c7e7a2ced2c52baf6503193055ff4a
 F src/sqlite.h.in 39d2e09114d2bdb7afd998f4a469c8f8cd065f8093835a7d0422f260fc78fb4f
 F src/sqlite3.rc 015537e6ac1eec6c7050e17b616c2ffe6f70fca241835a84a4f0d5937383c479
 F src/sqlite3ext.h 9788c301f95370fa30e808861f1d2e6f022a816ddbe2a4f67486784c1b31db2e
-F src/sqliteInt.h 1e9df4f7f0a754cebbc5e1494ff74b54bf510046b800db1d5382393972f53499
+F src/sqliteInt.h 5071d64ad787d9922e524d834c3fe7b7a11989d29dc6ea25f7944892a43266f4
 F src/sqliteLimit.h c70656b67ab5b96741a8f1c812bdd80c81f2b1c1e443d0cc3ea8c33bb1f1a092
 F src/status.c 7565d63a79aa2f326339a24a0461a60096d0bd2bce711fefb50b5c89335f3592
 F src/table.c 0f141b58a16de7e2fbe81c308379e7279f4c6b50eb08efeec5892794a0ba30d1
@@ -2203,8 +2203,8 @@ F tool/warnings-clang.sh bbf6a1e685e534c92ec2bfba5b1745f34fb6f0bc2a362850723a9ee
 F tool/warnings.sh a554d13f6e5cf3760f041b87939e3d616ec6961859c3245e8ef701d1eafc2ca2
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
 F tool/winmain.c 00c8fb88e365c9017db14c73d3c78af62194d9644feaf60e220ab0f411f3604c
-P 52f5531ded8e0d3da3dc4d5c9b3d14573041b9446e2c45b5093c958b6c74e0de
-R b9bfbfbd5c347e44355e6f552d04b399
+P e25b849a603cb08ab888641ff324e9aa129391c4792de86a62c55e9caf84c16e
+R 8caf5693df1acea1120136dd8fe20f43
 U drh
-Z ff3becbdb9364ef144f984a09b99f05c
+Z 447bd966147539ad1d8947015754287e
 # Remove this line to create a well-formed Fossil manifest.
index 80c7e5022dc5b57074bb32dbc8ca01dd6a977f05..b7f358c8559533266ad8c27696a058970bceafe4 100644 (file)
@@ -1 +1 @@
-e25b849a603cb08ab888641ff324e9aa129391c4792de86a62c55e9caf84c16e
+d64a1dbe0fb2d9286806d833a3146b21d5bf1636a650d5a64cf163c7f2356e98
index 91b76f081228e75d8e1e615e694f68b1dd34f67a..57474057c149d2d50611b61369393bcb665ec0e0 100644 (file)
 #include "sqlite3.h"
 
 /*
-** Reuse the STATIC_LRU for mutex access to sqlite3_temp_directory.
+** Reuse the STATIC_VFS1 for mutex access to sqlite3_temp_directory.
 */
 #define SQLITE_MUTEX_STATIC_TEMPDIR SQLITE_MUTEX_STATIC_VFS1