From edcf8631623497ca13417eef8a012e9b1cb683d9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 26 Sep 2014 07:15:11 -0600 Subject: [PATCH] Typo fix. Hmmm... how did this compile before? --- fs/fs_poll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/fs_poll.c b/fs/fs_poll.c index cbe30481b5..78d68602cc 100644 --- a/fs/fs_poll.c +++ b/fs/fs_poll.c @@ -314,8 +314,8 @@ int poll(FAR struct pollfd *fds, nfds_t nfds, int timeout) } else if (timeout > 0) { - time_t sec; - uint32-_t nsec; + time_t sec; + uint32_t nsec; /* Either wait for either a poll event(s) to occur or for the * specified timeout to elapse with no event.