Fossil SCM
Fix a typo in a code comment. No logic changes.
Commit
015d7b7a417057ce65cc2830f68920f05b56f207fff9aa7baf7ae209a9108be5
Parent
83c4ab60517e4bc…
1 file changed
+1
-1
+1
-1
| --- src/name.c | ||
| +++ src/name.c | ||
| @@ -210,11 +210,11 @@ | ||
| 210 | 210 | ** |
| 211 | 211 | ** Return 0 if there are no matches. |
| 212 | 212 | ** |
| 213 | 213 | ** This is a tricky query to do efficiently. |
| 214 | 214 | ** If the tag is very common (ex: "trunk") then |
| 215 | -** we want to use the query identified below as Q1 - which searching | |
| 215 | +** we want to use the query identified below as Q1 - which searches | |
| 216 | 216 | ** the most recent EVENT table entries for the most recent with the tag. |
| 217 | 217 | ** But if the tag is relatively scarce (anything other than "trunk", basically) |
| 218 | 218 | ** then we want to do the indexed search show below as Q2. |
| 219 | 219 | */ |
| 220 | 220 | static int most_recent_event_with_tag(const char *zTag, const char *zType){ |
| 221 | 221 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -210,11 +210,11 @@ | |
| 210 | ** |
| 211 | ** Return 0 if there are no matches. |
| 212 | ** |
| 213 | ** This is a tricky query to do efficiently. |
| 214 | ** If the tag is very common (ex: "trunk") then |
| 215 | ** we want to use the query identified below as Q1 - which searching |
| 216 | ** the most recent EVENT table entries for the most recent with the tag. |
| 217 | ** But if the tag is relatively scarce (anything other than "trunk", basically) |
| 218 | ** then we want to do the indexed search show below as Q2. |
| 219 | */ |
| 220 | static int most_recent_event_with_tag(const char *zTag, const char *zType){ |
| 221 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -210,11 +210,11 @@ | |
| 210 | ** |
| 211 | ** Return 0 if there are no matches. |
| 212 | ** |
| 213 | ** This is a tricky query to do efficiently. |
| 214 | ** If the tag is very common (ex: "trunk") then |
| 215 | ** we want to use the query identified below as Q1 - which searches |
| 216 | ** the most recent EVENT table entries for the most recent with the tag. |
| 217 | ** But if the tag is relatively scarce (anything other than "trunk", basically) |
| 218 | ** then we want to do the indexed search show below as Q2. |
| 219 | */ |
| 220 | static int most_recent_event_with_tag(const char *zTag, const char *zType){ |
| 221 |