uu: fix typo

This commit is contained in:
Anton Kesy
2026-01-11 01:27:07 +01:00
parent e96b5369f5
commit d2c5ec406d
+1 -1
View File
@@ -288,7 +288,7 @@ pub fn uu_app() -> Command {
}
/// Integer print, default format, positive increment: fast code path
/// that avoids reformating digit at all iterations.
/// that avoids reformatting digit at all iterations.
fn fast_print_seq(
mut stdout: impl Write,
first: &BigUint,