mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Fix typos and some incorrect comments
Author: Alan Carvalho de Assis <acassis@gmail.com> Run nxstyle against .c and .h files and fix it Author: Juha Niskanen <juha.niskanen@haltian.com> Fix typos and some incorrect comments
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
bcfb45dfa0
commit
a762c06ed9
+1
-1
@@ -929,7 +929,7 @@ static int hostfs_bind(FAR struct inode *blkdriver, FAR const void *data,
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
||||
/* The options we suppor are:
|
||||
/* The options we support are:
|
||||
* "fs=whatever", remote dir
|
||||
*/
|
||||
|
||||
|
||||
+1
-1
@@ -67,7 +67,7 @@
|
||||
* Equivalent to the standard write() function except that is accepts a
|
||||
* struct file instance instead of a file descriptor. It is functionally
|
||||
* equivalent to write() except that in addition to the differences in
|
||||
* input paramters:
|
||||
* input parameters:
|
||||
*
|
||||
* - It does not modify the errno variable,
|
||||
* - It is not a cancellation point, and
|
||||
|
||||
Reference in New Issue
Block a user