소스 검색

Merge pull request #343 from msoyupak/patch-1

Update timers-7.md
0xAX 9 년 전
부모
커밋
93f62ccc8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Timers/timers-7.md

+ 1 - 1
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: