You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/01/07 10:07:45 UTC

[incubator-nuttx] branch pr44 updated: Fix typo in the file_read description (#44)

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch pr44
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/pr44 by this push:
     new aad99a5  Fix typo in the file_read description (#44)
aad99a5 is described below

commit aad99a5f179af4058af306eb7bf37d101e497875
Author: junmin-kim <ju...@samsung.com>
AuthorDate: Tue Jan 7 19:07:39 2020 +0900

    Fix typo in the file_read description (#44)
    
    Signed-off-by: junmin-kim <ju...@samsung.com>
---
 fs/vfs/fs_read.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/vfs/fs_read.c b/fs/vfs/fs_read.c
index 9422183..994c613 100644
--- a/fs/vfs/fs_read.c
+++ b/fs/vfs/fs_read.c
@@ -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,