fix typos (work done by Andrea Gelmini)

This commit is contained in:
Thomas Waldmann
2021-01-07 18:47:23 +01:00
parent f011f639de
commit f9802d80a0
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1576,7 +1576,7 @@ note:
/* Construct the inverse suffix array of type B* suffixes using trsort. */
trsort(ISAb, SA, m, 1);
/* Set the sorted order of tyoe B* suffixes. */
/* Set the sorted order of type B* suffixes. */
for(i = n - 1, j = m, c0 = T[n - 1]; 0 <= i;) {
for(--i, c1 = c0; (0 <= i) && ((c0 = T[i]) >= c1); --i, c1 = c0) { }
if(0 <= i) {