Typo fix. Hmmm... how did this compile before?

This commit is contained in:
Gregory Nutt 2014-09-26 07:15:11 -06:00
parent 67cda62aea
commit edcf863162

View File

@ -315,7 +315,7 @@ int poll(FAR struct pollfd *fds, nfds_t nfds, int timeout)
else if (timeout > 0)
{
time_t sec;
uint32-_t nsec;
uint32_t nsec;
/* Either wait for either a poll event(s) to occur or for the
* specified timeout to elapse with no event.