mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:06:09 +08:00
snprintf: Fix a comment typo
This commit is contained in:
committed by
Alin Jerpelea
parent
6251e81545
commit
ba1a150dd2
@@ -49,7 +49,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* sprintf
|
* snprintf
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
int snprintf(FAR char *buf, size_t size, FAR const IPTR char *format, ...)
|
int snprintf(FAR char *buf, size_t size, FAR const IPTR char *format, ...)
|
||||||
|
|||||||
Reference in New Issue
Block a user