| Index: third_party/sqlite/src/ext/fts2/fts2_tokenizer.c | 
| diff --git a/third_party/sqlite/src/ext/fts2/fts2_tokenizer.c b/third_party/sqlite/src/ext/fts2/fts2_tokenizer.c | 
| index a66c37a6c2a05f3216d99760c6f5a8ce0d0658cf..36d89ebd055e3de716f8d145c6f88686cc682e7c 100644 | 
| --- a/third_party/sqlite/src/ext/fts2/fts2_tokenizer.c | 
| +++ b/third_party/sqlite/src/ext/fts2/fts2_tokenizer.c | 
| @@ -35,7 +35,6 @@ | 
| #include "fts2_hash.h" | 
| #include "fts2_tokenizer.h" | 
| #include <assert.h> | 
| -#include <stddef.h> | 
|  | 
| /* | 
| ** Implementation of the SQL scalar function for accessing the underlying | 
| @@ -322,7 +321,7 @@ static void intTestFunc( | 
| /* | 
| ** Set up SQL objects in database db used to access the contents of | 
| ** the hash table pointed to by argument pHash. The hash table must | 
| -** been initialised to use string keys, and to take a private copy | 
| +** been initialized to use string keys, and to take a private copy | 
| ** of the key when a value is inserted. i.e. by a call similar to: | 
| ** | 
| **    sqlite3Fts2HashInit(pHash, FTS2_HASH_STRING, 1); | 
|  |