From 7e0c88febee1cacaffacdf984c3ea87fb0e22237 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Mon, 6 May 2024 22:17:09 -0700 Subject: [PATCH] correct comment --- src/forder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forder.c b/src/forder.c index 5b16cfddb..ab44e4ad5 100644 --- a/src/forder.c +++ b/src/forder.c @@ -1398,7 +1398,7 @@ SEXP isOrderedSubset(SEXP x, SEXP nrowArg) } SEXP binary(SEXP x) -// base::intToBits is close, but why does that print the result as "00 00 00 00" (raw) rather than ("0000") bits? Seems odd. +// base::numToBits is close, but why does that print the result as "00 00 00 00" (raw) rather than ("0000") bits? Seems odd. { char buffer[69]; int j;