Corrected spelling of milliseconds (my dictionary tells me to use two l's :)

This commit is contained in:
goldsimon
2010-03-20 11:34:50 +00:00
parent d0f1c552e2
commit 385d044f7d
3 changed files with 10 additions and 10 deletions

View File

@@ -229,7 +229,7 @@ tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block)
/**
* call sys_timeout in tcpip_thread
*
* @param msec time in miliseconds for timeout
* @param msec time in milliseconds for timeout
* @param h function to be called on timeout
* @param arg argument to pass to timeout function h
* @return ERR_MEM on memory error, ERR_OK otherwise
@@ -258,7 +258,7 @@ tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg)
/**
* call sys_untimeout in tcpip_thread
*
* @param msec time in miliseconds for timeout
* @param msec time in milliseconds for timeout
* @param h function to be called on timeout
* @param arg argument to pass to timeout function h
* @return ERR_MEM on memory error, ERR_OK otherwise