added mio_fill_uchars()/mio_fill_bchars()

This commit is contained in:
2019-02-18 17:15:44 +00:00
parent 0760dc1a04
commit 0f9eac0614
5 changed files with 30 additions and 4 deletions

View File

@ -1271,7 +1271,7 @@ void mio_gettime (mio_t* mio, mio_ntime_t* now)
{
mio_sys_gettime (mio, now);
/* in mio_init(), mio->init_time has been set to the initialization time.
* the time returned here gets offset by moo->init_time and
* the time returned here gets offset by mio->init_time and
* thus becomes relative to it. this way, it is kept small such that it
* can be represented in a small integer with leaving almost zero chance
* of overflow. */