We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6100124 commit 71b8173Copy full SHA for 71b8173
disk/disk_netbsd.go
@@ -45,7 +45,7 @@ func PartitionsWithContext(ctx context.Context, all bool) ([]PartitionStat, erro
45
bufSize := sizeOfStatvfs * mountedFsCount
46
buf := make([]Statvfs, mountedFsCount)
47
48
- // request agian to get desired mount data
+ // request again to get desired mount data
49
_, _, err = unix.Syscall(
50
483, // SYS___getvfsstat90 syscall
51
uintptr(unsafe.Pointer(&buf[0])),
0 commit comments