This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new ba1a150 snprintf: Fix a comment typo
ba1a150 is described below
commit ba1a150dd217e4c18c65858a92ec198857a72f7e
Author: YAMAMOTO Takashi <[email protected]>
AuthorDate: Wed Jan 29 03:28:11 2020 +0900
snprintf: Fix a comment typo
---
libs/libc/stdio/lib_snprintf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/libc/stdio/lib_snprintf.c b/libs/libc/stdio/lib_snprintf.c
index f4cc5a5..264fdb3 100644
--- a/libs/libc/stdio/lib_snprintf.c
+++ b/libs/libc/stdio/lib_snprintf.c
@@ -49,7 +49,7 @@
****************************************************************************/
/****************************************************************************
- * sprintf
+ * snprintf
****************************************************************************/
int snprintf(FAR char *buf, size_t size, FAR const IPTR char *format, ...)