Skip to content

Commit e531180

Browse files
committed
fix stale comment
1 parent 89d39f0 commit e531180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chmatch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static SEXP chmatchMain(SEXP x, SEXP table, int nomatch, bool chin, bool chmatch
5454
UNPROTECT(nprotect);
5555
return ans;
5656
}
57-
// else xlen>1; nprotect is const above since no more R allocations should occur after this point
57+
// Else xlen > 1.
5858
// When table >> x, hash x and scan table // ToDo tune the kick-in factor
5959
if (!chmatchdup && tablelen > 2 * xlen) {
6060
hashtab *marks = hash_create(xlen);

0 commit comments

Comments
 (0)