From a2257e154c70d91ebdda08dcdacb915a59361ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Wed, 30 Mar 2016 15:28:39 +0200 Subject: [PATCH] SUMMARY: fix typo in the timers chapter --- SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index e171932..14185d4 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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)