浏览代码

Update timers-7.md

0xAX 9 年之前
父节点
当前提交
55c34d1348
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Timers/timers-7.md

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