mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 20:13:40 +00:00
misspell.csv: add new misspellings; also check in result of 'make spellfix'.
This commit is contained in:
@@ -129,7 +129,7 @@ func nanosecondsToTicks(ns int64) timeUnit {
|
||||
}
|
||||
|
||||
func sleepTicks(d timeUnit) {
|
||||
// Calcluate milliseconds from ticks (which have a resolution of 100ns),
|
||||
// Calculate milliseconds from ticks (which have a resolution of 100ns),
|
||||
// rounding up.
|
||||
milliseconds := int64(d+9_999) / 10_000
|
||||
for milliseconds != 0 {
|
||||
|
||||
Reference in New Issue
Block a user