This commit is contained in:
Hugues Delorme 2016-03-08 15:24:48 +01:00
parent 480c0fbf11
commit 2743fd2f2b

View File

@ -78,7 +78,7 @@ static gmio_time_ms_t benchmark_timer_elapsed_ms(const struct benchmark_timer* t
/* Wraps around formatted printing functions */
/*! Wrapp around sprintf() to be used with gprintf_func_exec_time() */
/*! Wrap around sprintf() to be used with gprintf_func_exec_time() */
static void sprintf_wrap(void* cookie, const char* fmt, ...)
{
va_list args;