From 0e3ab8b2f88730b2e9578b4990a0efead6eb9de6 Mon Sep 17 00:00:00 2001 From: Davor Lozic Date: Sun, 27 Mar 2016 20:30:35 +0200 Subject: [PATCH] Fix small typo Impplementation => Implementation --- Timers/timers-7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Timers/timers-7.md b/Timers/timers-7.md index c7e3156..54443d3 100644 --- a/Timers/timers-7.md +++ b/Timers/timers-7.md @@ -251,7 +251,7 @@ which We already saw a little about implementation of this function in the previ That's all. -Impplementation of the `nanosleep` system call +Implementation of the `nanosleep` system call -------------------------------------------------------------------------------- The last system call in our list is the `nanosleep`. As you can understand from its name, this function provides `sleeping` ability. Let's look on the following simple example: