Skip to content

Commit 1d9f956

Browse files
authored
Merge pull request #1615 from majorteach/master
chore: fix typo
2 parents 6100124 + 71b8173 commit 1d9f956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

disk/disk_netbsd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func PartitionsWithContext(ctx context.Context, all bool) ([]PartitionStat, erro
4545
bufSize := sizeOfStatvfs * mountedFsCount
4646
buf := make([]Statvfs, mountedFsCount)
4747

48-
// request agian to get desired mount data
48+
// request again to get desired mount data
4949
_, _, err = unix.Syscall(
5050
483, // SYS___getvfsstat90 syscall
5151
uintptr(unsafe.Pointer(&buf[0])),

0 commit comments

Comments
 (0)