Skip to content

Commit 71b8173

Browse files
committed
chore: fix typo
Signed-off-by: majorteach <[email protected]>
1 parent 6100124 commit 71b8173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

disk/disk_netbsd.go

+1-1
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)