diff options
Diffstat (limited to 'ext/fts5/fts5_hash.c')
-rw-r--r-- | ext/fts5/fts5_hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fts5/fts5_hash.c b/ext/fts5/fts5_hash.c index 8a9bb3fc9..a33dec9a9 100644 --- a/ext/fts5/fts5_hash.c +++ b/ext/fts5/fts5_hash.c @@ -20,7 +20,7 @@ typedef struct Fts5HashEntry Fts5HashEntry; /* ** This file contains the implementation of an in-memory hash table used -** to accumulate "term -> doclist" content before it is flused to a level-0 +** to accumulate "term -> doclist" content before it is flushed to a level-0 ** segment. */ @@ -77,7 +77,7 @@ struct Fts5HashEntry { }; /* -** Eqivalent to: +** Equivalent to: ** ** char *fts5EntryKey(Fts5HashEntry *pEntry){ return zKey; } */ |