diff --git a/hashsum/hashsum.rs b/hashsum/hashsum.rs index 2f26a3ec3..a8cce3b65 100644 --- a/hashsum/hashsum.rs +++ b/hashsum/hashsum.rs @@ -180,7 +180,7 @@ fn hashsum(algoname: &str, mut digest: Box, files: Vec, binary: ); if check { - // Set up Regexs to support file + // Set up Regexs for line validation and parsing let bytes = digest.output_bits() / 4; let gnu_re = safe_unwrap!(Regex::new(format!( r"^(?P[a-fA-F0-9]{{{}}}) (?P[ \*])(?P.*)",