Cosmetic update to some comments.

This commit is contained in:
Gregory Nutt
2019-02-15 18:26:06 -06:00
parent c271151d57
commit 72bc331217
6 changed files with 22 additions and 8 deletions
+3 -3
View File
@@ -455,11 +455,11 @@ int lib_vsprintf(FAR struct lib_outstream_s *obj,
FAR const IPTR char *src, va_list ap);
/****************************************************************************
* Name: lib_vsscanf
* Name: lib_vscanf
*
* Description:
* Stream-oriented implementation that underlies scanf family: fscanf,
* vfscanf, sscanf, and vsscanf
* Stream-oriented implementation that underlies scanf family: scanf,
* fscanf, vfscanf, sscanf, and vsscanf
*
****************************************************************************/