diff options
author | drh <drh@noemail.net> | 2013-03-28 01:19:26 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2013-03-28 01:19:26 +0000 |
commit | 8dd661aad1aef278588dcc1981f1b7bde62554b0 (patch) | |
tree | 064d3583e25961d46062e458d62d3f87eae9f749 /src/bitvec.c | |
parent | 1ffe7c7fab56b93f291abfe474a6a1995421e5fb (diff) | |
parent | 4b11bad35824c3f4f56e3d1560908a43d074443a (diff) | |
download | sqlite-8dd661aad1aef278588dcc1981f1b7bde62554b0.tar.gz sqlite-8dd661aad1aef278588dcc1981f1b7bde62554b0.zip |
Merge the changes for the 3.7.16.1 release candidate into the sessions branch.
FossilOrigin-Name: ee35a89712b8ea9f4e70d61a29150348896b519f
Diffstat (limited to 'src/bitvec.c')
-rw-r--r-- | src/bitvec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitvec.c b/src/bitvec.c index 8d805a6fe..52184aa96 100644 --- a/src/bitvec.c +++ b/src/bitvec.c @@ -72,7 +72,7 @@ /* ** A bitmap is an instance of the following structure. ** -** This bitmap records the existance of zero or more bits +** This bitmap records the existence of zero or more bits ** with values between 1 and iSize, inclusive. ** ** There are three possible representations of the bitmap. |