Skip to content

Commit

Permalink
Merge pull request #724 from deferdeter/main
Browse files Browse the repository at this point in the history
chore: fix function name in comment
  • Loading branch information
ahrtr authored Apr 16, 2024
2 parents 37ff350 + 3a180ad commit 818cc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dmflakey/loopback.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 818cc9c

Please sign in to comment.