mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix two comment typos that were reported on the mailing list.
FossilOrigin-Name: 88bf9016277c133dfbf4f4b2be0c35c9fe9fabd6
This commit is contained in:
@ -2653,7 +2653,7 @@ static void hashDestroy(void *p){
|
||||
** used to retrieve the respective implementations.
|
||||
**
|
||||
** Calling sqlite3Fts3SimpleTokenizerModule() sets the value pointed
|
||||
** to by the argument to point a the "simple" tokenizer implementation.
|
||||
** to by the argument to point to the "simple" tokenizer implementation.
|
||||
** Function ...PorterTokenizerModule() sets *pModule to point to the
|
||||
** porter tokenizer/stemmer implementation.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user