Skip to content

Commit 6a99e57

Browse files
committed
doc/timers: less than or equal to, not double left arrow
1 parent 026ad6d commit 6a99e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/timers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Each task gets a timer. The timer has three properties:
3535
- A _notification set._
3636

3737
At periodic intervals (ticks), if the enable bit is set, the kernel checks the
38-
deadline to see if it is in the future. If not (it is `<=` the current time),
38+
deadline to see if it is in the future. If not (it is \<= the current time),
3939
the kernel will
4040

4141
- Clear the enable bit.

0 commit comments

Comments
 (0)