snprintf: Fix a comment typo

This commit is contained in:
YAMAMOTO Takashi
2020-01-29 03:28:11 +09:00
committed by Alin Jerpelea
parent 6251e81545
commit ba1a150dd2
+1 -1
View File
@@ -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, ...)