aboutsummaryrefslogtreecommitdiff
path: root/plugin/file/secondary.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/file/secondary.go')
-rw-r--r--plugin/file/secondary.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/file/secondary.go b/plugin/file/secondary.go
index 6cb571fe5..160d8e013 100644
--- a/plugin/file/secondary.go
+++ b/plugin/file/secondary.go
@@ -95,7 +95,7 @@ Transfer:
return less(z.Apex.SOA.Serial, uint32(serial)), Err
}
-// less return true of a is smaller than b when taking RFC 1982 serial arithmetic into account.
+// less returns true of a is smaller than b when taking RFC 1982 serial arithmetic into account.
func less(a, b uint32) bool {
if a < b {
return (b - a) <= MaxSerialIncrement