Typo: USE_NOFITY_POLL -> USE_NOTIFY_POLL

This commit is contained in:
Gregory Nutt 2017-08-02 17:32:27 -06:00
parent 3b8c97747d
commit 0c34ebb72f

View File

@ -66,7 +66,7 @@
#if !defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_POLL)
# define USE_NOTIFY_SIGNAL 1
#else
# define USE_NOFITY_POLL 1
# define USE_NOTIFY_POLL 1
#endif
#ifndef CONFIG_BUTTONS_NPOLLWAITERS