lib/db: Correct function name in comments (#9520)
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user