Commit 6a7532d
committed
Fix stale comment on leading-prefix skip condition
Code review noted the comment said "more than 1 rootnames" but the
actual condition is total_length >= 1, which is true for essentially
all real input. Clarify wording to match the condition.1 parent 0908325 commit 6a7532d
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1307 | 1307 | | |
1308 | 1308 | | |
1309 | 1309 | | |
1310 | | - | |
1311 | | - | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
1312 | 1313 | | |
1313 | 1314 | | |
1314 | 1315 | | |
| |||
0 commit comments