From 07e226207e444e9880e8b3f18a0c7197a4043eaa Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 19 Jan 2022 12:08:29 -0500 Subject: [PATCH] fix capitalization in comment --- privval/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privval/file.go b/privval/file.go index 713876c1f..36eec7a1c 100644 --- a/privval/file.go +++ b/privval/file.go @@ -99,7 +99,7 @@ type FilePVLastSignState struct { filePath string } -// CheckHRS checks the given height, round, step (HRS) against that of the +// checkHRS checks the given height, round, step (HRS) against that of the // FilePVLastSignState. It returns an error if the arguments constitute a regression, // or if they match but the SignBytes are empty. // The returned boolean indicates whether the last Signature should be reused -