1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-04 04:40:54 +00:00

Merge pull request from warriorkitty/patch-1

Fix small typo
This commit is contained in:
0xAX 2016-03-28 23:08:46 +06:00
commit 0991ccf2ff

View File

@ -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: