mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-12-22 14:48:08 +00:00
Fix small typo
Impplementation => Implementation
This commit is contained in:
parent
93f62ccc8c
commit
0e3ab8b2f8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user