Fix typo in the file_read description (#44)
Signed-off-by: junmin-kim <junmindd.kim@samsung.com>
This commit is contained in:
parent
0b3dac2c33
commit
aad99a5f17
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
* Name: file_read
|
||||
*
|
||||
* Description:
|
||||
* file_read() is an interanl OS interface. It is functionally similar to
|
||||
* file_read() is an internal OS interface. It is functionally similar to
|
||||
* the standard read() interface except:
|
||||
*
|
||||
* - It does not modify the errno variable,
|
||||
|
|
Loading…
Reference in a new issue