Fix use of undefined pp-token #errror, other typos.

This commit is contained in:
Juha Niskanen
2019-09-19 18:19:18 -06:00
committed by Gregory Nutt
parent c6689b3093
commit e8b5dd4528
99 changed files with 136 additions and 172 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
*/
#if defined(CONFIG_BINFMT_CONSTRUCTORS) && !defined(CONFIG_SCHED_STARTHOOK)
# errror "CONFIG_SCHED_STARTHOOK must be defined to use constructors"
# error "CONFIG_SCHED_STARTHOOK must be defined to use constructors"
#endif
/****************************************************************************