From 16b569ee180c684ed9efb14b215fe796c8595bb9 Mon Sep 17 00:00:00 2001 From: Gil Cottle Date: Tue, 24 Jun 2014 22:15:56 -0400 Subject: [PATCH] fix comment --- hashsum/hashsum.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*)",