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
+2 -2
View File
@@ -68,7 +68,7 @@ config MEMCPY_64BIT
bool "64-bit memcpy()"
default n
---help---
Compiles memcpy() for architectures that suppport 64-bit operations
Compiles memcpy() for architectures that support 64-bit operations
efficiently.
endif # MEMCPY_VIK
@@ -86,7 +86,7 @@ config MEMSET_64BIT
default n
depends on MEMSET_OPTSPEED
---help---
Compiles memset() for architectures that suppport 64-bit operations
Compiles memset() for architectures that support 64-bit operations
efficiently.
endmenu # memcpy/memset Options