This commit is contained in:
Gregory Nutt
2019-05-26 12:33:42 -06:00
parent f60301665b
commit 788f77a9af
5 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -1044,7 +1044,7 @@ static int ft5x06_poll(FAR struct file *filep, FAR struct pollfd *fds,
ret = nxsem_wait(&priv->devsem);
if (ret < 0)
{
/* This should only happen if the wait was cancelled by an signal */
/* This should only happen if the wait was canceled by an signal */
ierr("ERROR: nxsem_wait failed: %d\n", ret);
DEBUGASSERT(ret == -EINTR || ret == -ECANCELED);