1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 22:58:08 +00:00

SUMMARY: fix typo in the timers chapter

This commit is contained in:
Víctor Mayoral Vilches 2016-03-30 15:28:39 +02:00
parent c4aa05647d
commit a2257e154c

View File

@ -40,7 +40,7 @@
* [Introduction to timers](Timers/timers-4.md)
* [Clockevents framework](Timers/timers-5.md)
* [x86 related clock sources](Timers/timers-6.md)
* [Time realted syetem calls](Timers/timers-7.md)
* [Time related system calls](Timers/timers-7.md)
* [Memory management](mm/README.md)
* [Memblock](mm/linux-mm-1.md)
* [Fixmaps and ioremap](mm/linux-mm-2.md)