aboutsummaryrefslogtreecommitdiff
path: root/lib/db/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/db/structs.go')
-rw-r--r--lib/db/structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db/structs.go b/lib/db/structs.go
index 8c3c1f39a..a79224a39 100644
--- a/lib/db/structs.go
+++ b/lib/db/structs.go
@@ -388,7 +388,7 @@ func (vl *VersionList) findGlobal() int {
return 0
}
-// findDevices returns whether the device is in InvalidVersions or Versions and
+// findDevice returns whether the device is in InvalidVersions or Versions and
// in InvalidDevices or Devices (true for invalid), the positions in the version
// and device slices and whether it has been found at all.
func (vl *VersionList) findDevice(device []byte) (bool, int, int, bool) {