1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix typo in file format documentation. Ticket #502. (CVS 1120)

FossilOrigin-Name: 72f3e7c2b0258271956ed7a43b3388bb74bf62ec
This commit is contained in:
drh
2003-11-24 23:11:08 +00:00
parent 0a5294bc06
commit b3549d43e2
3 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
#
# Run this script to generated a fileformat.html output file
#
set rcsid {$Id: fileformat.tcl,v 1.9 2003/06/29 16:11:13 drh Exp $}
set rcsid {$Id: fileformat.tcl,v 1.10 2003/11/24 23:11:08 drh Exp $}
puts {<html>
<head>
@ -407,8 +407,8 @@ The data layout of a cell looks like this:
<p>
The first four bytes are the pointer. The size of the key is a 24-bit
where the upper 8 bits are taken from by 8 and the lower 16 bits are
token from bytes 4 and 5 (or bytes 5 and 4 on little-endian machines.)
where the upper 8 bits are taken from byte 8 and the lower 16 bits are
taken from bytes 4 and 5 (or bytes 5 and 4 on little-endian machines.)
The size of the data is another 24-bit value where the upper 8 bits
are taken from byte 9 and the lower 16 bits are taken from bytes 10 and
11 or 11 and 10, depending on the byte order. Bytes 6 and 7 are the