From 55c34d13482adf1733bdd7e818818ac6c28015ce Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Sun, 27 Mar 2016 20:47:19 +0600 Subject: [PATCH] Update timers-7.md --- 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 cf1329c..317282f 100644 --- a/Timers/timers-7.md +++ b/Timers/timers-7.md @@ -16,7 +16,7 @@ Additionally we will not consider concept of system calls in this part, but only So, let's from the `gettimeofday` system call. -Impplementation of the `gettimeofday` system call +Implementation of the `gettimeofday` system call -------------------------------------------------------------------------------- As we can understand from the name of the `gettimeofday`, this function returns current time. First of all, let's look on the following simple example: