Fossil SCM
Fix a typo in a comment. No changes to code.
Commit
cd822353fa6e4b8382c11dfa04f1d6164841ef37
Parent
58034a489ae67a8…
1 file changed
+1
-1
+1
-1
| --- src/search.c | ||
| +++ src/search.c | ||
| @@ -27,11 +27,11 @@ | ||
| 27 | 27 | ** |
| 28 | 28 | ** The code in this file is ordered approximately as follows: |
| 29 | 29 | ** |
| 30 | 30 | ** (1) The full-scan search engine |
| 31 | 31 | ** (2) The indexed search engine |
| 32 | -** (3) Higher level interfaces that uses use either (1) or (2) according | |
| 32 | +** (3) Higher level interfaces that use either (1) or (b2) according | |
| 33 | 33 | ** to the current search configuration settings |
| 34 | 34 | */ |
| 35 | 35 | #include "config.h" |
| 36 | 36 | #include "search.h" |
| 37 | 37 | #include <assert.h> |
| 38 | 38 |
| --- src/search.c | |
| +++ src/search.c | |
| @@ -27,11 +27,11 @@ | |
| 27 | ** |
| 28 | ** The code in this file is ordered approximately as follows: |
| 29 | ** |
| 30 | ** (1) The full-scan search engine |
| 31 | ** (2) The indexed search engine |
| 32 | ** (3) Higher level interfaces that uses use either (1) or (2) according |
| 33 | ** to the current search configuration settings |
| 34 | */ |
| 35 | #include "config.h" |
| 36 | #include "search.h" |
| 37 | #include <assert.h> |
| 38 |
| --- src/search.c | |
| +++ src/search.c | |
| @@ -27,11 +27,11 @@ | |
| 27 | ** |
| 28 | ** The code in this file is ordered approximately as follows: |
| 29 | ** |
| 30 | ** (1) The full-scan search engine |
| 31 | ** (2) The indexed search engine |
| 32 | ** (3) Higher level interfaces that use either (1) or (b2) according |
| 33 | ** to the current search configuration settings |
| 34 | */ |
| 35 | #include "config.h" |
| 36 | #include "search.h" |
| 37 | #include <assert.h> |
| 38 |