Correct some typos in comments
This commit is contained in:
parent
f7fd8c6539
commit
4e71c4c9ef
|
@ -85,8 +85,8 @@ static int lowinstream_getc(FAR struct lib_instream_s *this)
|
|||
* Initializes a stream for use with low-level, architecture-specific I/O.
|
||||
*
|
||||
* Input parameters:
|
||||
* lowoutstream - User allocated, uninitialized instance of struct
|
||||
* lib_lowoutstream_s to be initialized.
|
||||
* stream - User allocated, uninitialized instance of struct
|
||||
* lib_lowinstream_s to be initialized.
|
||||
*
|
||||
* Returned Value:
|
||||
* None (User allocated instance initialized).
|
||||
|
|
|
@ -77,8 +77,8 @@ static void lowoutstream_putc(FAR struct lib_outstream_s *this, int ch)
|
|||
* Initializes a stream for use with low-level, architecture-specific I/O.
|
||||
*
|
||||
* Input parameters:
|
||||
* lowoutstream - User allocated, uninitialized instance of struct
|
||||
* lib_lowoutstream_s to be initialized.
|
||||
* stream - User allocated, uninitialized instance of struct
|
||||
* lib_lowoutstream_s to be initialized.
|
||||
*
|
||||
* Returned Value:
|
||||
* None (User allocated instance initialized).
|
||||
|
|
Loading…
Reference in New Issue