From ac68ca4071ca7b63159eb3761c8381ecca23ccf9 Mon Sep 17 00:00:00 2001 From: Benjamin Zikarsky Date: Sun, 20 Mar 2016 20:49:58 +0100 Subject: [PATCH] Fix spelling --- Timers/timers-6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Timers/timers-6.md b/Timers/timers-6.md index 660ac35..74dbba6 100644 --- a/Timers/timers-6.md +++ b/Timers/timers-6.md @@ -385,7 +385,7 @@ static struct clocksource clocksource_tsc = { That's all. -Concusion +Conclusion -------------------------------------------------------------------------------- This is the end of the sixth part of the [chapter](https://0xax.gitbooks.io/linux-insides/content/Timers/index.html) that describes timers and timer management related stuff in the Linux kernel. In the previous part got acquainted with the `clockevents` framework. In this part we continued to learn time management related stuff in the Linux kernel and saw a little about three diferent clock sources which are used in the [x86](https://en.wikipedia.org/wiki/X86) architecture. The next part will be last part of this [chapter](https://0xax.gitbooks.io/linux-insides/content/Timers/index.html) and we will see some user space related stuff, i.e. how some time related [system calls](https://en.wikipedia.org/wiki/System_call) implemented in the Linux kernel.