From d920a90f9381a76b0981fedb2b9cab1050403dc9 Mon Sep 17 00:00:00 2001 From: Murat Soyupak Date: Sun, 27 Mar 2016 08:28:51 -0700 Subject: [PATCH] Update timers-7.md Correct spelling error --- 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 da163de..7789fee 100644 --- a/Timers/timers-7.md +++ b/Timers/timers-7.md @@ -127,7 +127,7 @@ As we got access to the `gtod`, we fill the `ts->tv_sec` with the `gtod->wall_ti That's all about the `gettimeofday` system call. The next system call in our list is the `clock_gettime`. -Impplementation of the clock_gettime system call +Implementation of the clock_gettime system call -------------------------------------------------------------------------------- The `clock_gettime` function gets the time which is specified by the second parameter. Generally the `clock_gettime` function takes two parameters: