mirror of https://github.com/etcd-io/bbolt.git
chore: fix function name in comment
Signed-off-by: deferdeter <deferdeter@outlook.com>pull/724/head
parent
37ff3504e3
commit
3a180ad9c9
|
@ -73,7 +73,7 @@ func detachLoopDevice(loopDevice string) error {
|
|||
return unix.IoctlSetInt(int(loopFd.Fd()), unix.LOOP_CLR_FD, 0)
|
||||
}
|
||||
|
||||
// getFreeLoopbackDevice allocates or finds a free loop device for use.
|
||||
// getFreeLoopDevice allocates or finds a free loop device for use.
|
||||
//
|
||||
// REF: https://man7.org/linux/man-pages/man4/loop.4.html
|
||||
func getFreeLoopDevice() (string, error) {
|
||||
|
|
Loading…
Reference in New Issue