Explorar el Código

Update timers-1.md

0xAX hace 9 años
padre
commit
ca41790143
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Timers/timers-1.md

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