| Index: third_party/sqlite/src/ext/fts2/fts2_tokenizer.h | 
| diff --git a/third_party/sqlite/src/ext/fts2/fts2_tokenizer.h b/third_party/sqlite/src/ext/fts2/fts2_tokenizer.h | 
| index 8c256b2bed3dae2c0f588fbd179bc6c4a1845407..8db2048d6bf36177dc8e6f0d205cd435ba947d26 100644 | 
| --- a/third_party/sqlite/src/ext/fts2/fts2_tokenizer.h | 
| +++ b/third_party/sqlite/src/ext/fts2/fts2_tokenizer.h | 
| @@ -70,7 +70,7 @@ struct sqlite3_tokenizer_module { | 
| ** This method should return either SQLITE_OK (0), or an SQLite error | 
| ** code. If SQLITE_OK is returned, then *ppTokenizer should be set | 
| ** to point at the newly created tokenizer structure. The generic | 
| -  ** sqlite3_tokenizer.pModule variable should not be initialised by | 
| +  ** sqlite3_tokenizer.pModule variable should not be initialized by | 
| ** this callback. The caller will do so. | 
| */ | 
| int (*xCreate)( | 
|  |