Skip to content

Commit

Permalink
Merge pull request #1918 from pkucode/main
Browse files Browse the repository at this point in the history
chore: fix function name
  • Loading branch information
prestist authored Aug 10, 2024
2 parents af00a48 + 547291c commit f01b3a5
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 f01b3a5

Please sign in to comment.