Skip to content

Commit bc629e7

Browse files
committed
match arg name in comments
1 parent 6a1cfc2 commit bc629e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frollR.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ SEXP frolladapt(SEXP xobj, SEXP kobj, SEXP partial) {
239239
if (an > n) {
240240
error(_("internal error: an > n, should not increment i in the first place")); // # nocov
241241
} else if (an == n) { // an is same size as n, so we either have no gaps or will need to shrink an by j++
242-
if (lhs == rhs+n-1) { // no gaps - or a k gaps and a k dups?
242+
if (lhs == rhs+n-1) { // no gaps - or a n gaps and a n dups?
243243
ians[i] = n; // could skip if pre-fill
244244
i++;
245245
j++;

0 commit comments

Comments
 (0)