Skip to content

Commit

Permalink
chore: fix function name
Browse files Browse the repository at this point in the history
Signed-off-by: pkucode <[email protected]>
  • Loading branch information
pkucode committed Aug 7, 2024
1 parent 0a891b6 commit 547291c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/exec/util/blkid.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func CBufToGoPtr(s [C.PART_INFO_BUF_SIZE]C.char) *string {
return util.StrToPtr(CBufToGoStr(s))
}

// DumpPartitionTable returns a list of all partitions on device (e.g. /dev/vda). The list
// DumpDisk returns a list of all partitions on device (e.g. /dev/vda). The list
// of partitions returned is unordered.
func DumpDisk(device string) (DiskInfo, error) {
output := DiskInfo{}
Expand Down

0 comments on commit 547291c

Please sign in to comment.