Skip to content

Commit

Permalink
Fix typo in the file_read description
Browse files Browse the repository at this point in the history
Signed-off-by: junmin-kim <[email protected]>
  • Loading branch information
junmin-kim committed Jan 7, 2020
1 parent 0b3dac2 commit 0c69095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/vfs/fs_read.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0c69095

Please sign in to comment.