From ca41790143bd9849dae04374591ba72ea6c8dffb Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Sat, 9 Apr 2016 00:10:35 +0600 Subject: [PATCH] Update timers-1.md --- Timers/timers-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Timers/timers-1.md b/Timers/timers-1.md index b9b54fc..3f679a0 100644 --- a/Timers/timers-1.md +++ b/Timers/timers-1.md @@ -397,7 +397,7 @@ jiffies + 30*HZ /* Two minutes from now */ jiffies + 120*HZ -/* Ten milliseconds from now */ +/* One millisecond from now */ jiffies + HZ / 1000 ```