vendor/golang.org/x/sys/unix/timestruct.go
changeset 272 e9ffa471eeb3
parent 256 6d9efbef00a9
child 275 4a25a40d0c59
--- a/vendor/golang.org/x/sys/unix/timestruct.go	Sat Feb 04 13:35:58 2023 +0100
+++ b/vendor/golang.org/x/sys/unix/timestruct.go	Sat Feb 18 04:11:30 2023 +0000
@@ -9,7 +9,7 @@
 
 import "time"
 
-// TimespecToNSec returns the time stored in ts as nanoseconds.
+// TimespecToNsec returns the time stored in ts as nanoseconds.
 func TimespecToNsec(ts Timespec) int64 { return ts.Nano() }
 
 // NsecToTimespec converts a number of nanoseconds into a Timespec.