Correct some typos in comments

This commit is contained in:
Gregory Nutt 2016-05-18 12:49:07 -06:00
parent f7fd8c6539
commit 4e71c4c9ef
2 changed files with 4 additions and 4 deletions

View File

@ -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).

View File

@ -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).