Fossil SCM

Fix minor typo in comment

andygoth 2016-11-05 14:55 trunk
Commit 6a6dae151d21848ad5564c0be9a6b9dbf258adef
1 file changed +1 -1
+1 -1
--- src/mkindex.c
+++ src/mkindex.c
@@ -202,11 +202,11 @@
202202
/* Otherwise, this is a first-tier command */
203203
aEntry[nUsed].eType |= CMDFLAG_1ST_TIER;
204204
}
205205
}
206206
207
- /* Processing additional flags that might following the command name */
207
+ /* Process additional flags that might follow the command name */
208208
while( zLine[i+j]!=0 ){
209209
i += j;
210210
while( fossil_isspace(zLine[i]) ){ i++; }
211211
if( zLine[i]==0 ) break;
212212
for(j=0; zLine[i+j] && !fossil_isspace(zLine[i+j]); j++){}
213213
--- src/mkindex.c
+++ src/mkindex.c
@@ -202,11 +202,11 @@
202 /* Otherwise, this is a first-tier command */
203 aEntry[nUsed].eType |= CMDFLAG_1ST_TIER;
204 }
205 }
206
207 /* Processing additional flags that might following the command name */
208 while( zLine[i+j]!=0 ){
209 i += j;
210 while( fossil_isspace(zLine[i]) ){ i++; }
211 if( zLine[i]==0 ) break;
212 for(j=0; zLine[i+j] && !fossil_isspace(zLine[i+j]); j++){}
213
--- src/mkindex.c
+++ src/mkindex.c
@@ -202,11 +202,11 @@
202 /* Otherwise, this is a first-tier command */
203 aEntry[nUsed].eType |= CMDFLAG_1ST_TIER;
204 }
205 }
206
207 /* Process additional flags that might follow the command name */
208 while( zLine[i+j]!=0 ){
209 i += j;
210 while( fossil_isspace(zLine[i]) ){ i++; }
211 if( zLine[i]==0 ) break;
212 for(j=0; zLine[i+j] && !fossil_isspace(zLine[i+j]); j++){}
213

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button