Skip to content

Commit

Permalink
Merge pull request #1615 from majorteach/master
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
shirou committed Mar 23, 2024
2 parents 6100124 + 71b8173 commit 1d9f956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disk/disk_netbsd.go
Expand Up @@ -45,7 +45,7 @@ func PartitionsWithContext(ctx context.Context, all bool) ([]PartitionStat, erro
bufSize := sizeOfStatvfs * mountedFsCount
buf := make([]Statvfs, mountedFsCount)

// request agian to get desired mount data
// request again to get desired mount data
_, _, err = unix.Syscall(
483, // SYS___getvfsstat90 syscall
uintptr(unsafe.Pointer(&buf[0])),
Expand Down

0 comments on commit 1d9f956

Please sign in to comment.