diff options
author | stephan <stephan@noemail.net> | 2025-07-10 09:27:57 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-07-10 09:27:57 +0000 |
commit | 07b483c48eb82e46d98addfaa511722662e546b5 (patch) | |
tree | 254f9caab551b5e5ad2d5b29533f2bacb190cd2f /src | |
parent | 33c2e37f981af6766a6309f24a54b91fa3fa9080 (diff) | |
download | sqlite-07b483c48eb82e46d98addfaa511722662e546b5.tar.gz sqlite-07b483c48eb82e46d98addfaa511722662e546b5.zip |
Minor internal doc correction in vdbeInt.h.
FossilOrigin-Name: c3a2ef639c22255a298cbccb7fd871ec9b24929f82bf95d6982b12daf5c963d6
Diffstat (limited to 'src')
-rw-r--r-- | src/vdbeInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbeInt.h b/src/vdbeInt.h index 0faa32747..07160f590 100644 --- a/src/vdbeInt.h +++ b/src/vdbeInt.h @@ -288,7 +288,7 @@ struct sqlite3_value { ** MEM_Int, MEM_Real, and MEM_IntReal. ** ** * MEM_Blob|MEM_Zero A blob in Mem.z of length Mem.n plus -** MEM.u.i extra 0x00 bytes at the end. +** Mem.u.nZero extra 0x00 bytes at the end. ** ** * MEM_Int Integer stored in Mem.u.i. ** |