runtime: update comment

I forgot to change the comment in PR #4890.
This commit is contained in:
Elias Naur
2025-05-21 23:16:57 +02:00
committed by Ron Evans
parent 9ca6f72583
commit 704489ed6d
+1 -1
View File
@@ -116,7 +116,7 @@ func addTimer(tim *timerNode) {
}
// removeTimer is the implementation of time.stopTimer. It removes a timer from
// the timer queue, returning true if the timer is present in the timer queue.
// the timer queue, returning it if the timer is present in the timer queue.
func removeTimer(tim *timer) *timerNode {
mask := interrupt.Disable()
n := timerQueueRemove(tim)