Fix typo in the file_read description (#44)

Signed-off-by: junmin-kim <junmindd.kim@samsung.com>
This commit is contained in:
junmin-kim 2020-01-07 19:07:39 +09:00 committed by Alan Carvalho de Assis
parent 0b3dac2c33
commit aad99a5f17

View file

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