's/amd/and/' Signed-off-by: Yaowei Bai <bywxiaobai@xxxxxxx> --- include/linux/memblock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/memblock.h b/include/linux/memblock.h index cc4b019..273aad7 100644 --- a/include/linux/memblock.h +++ b/include/linux/memblock.h @@ -304,7 +304,7 @@ static inline void __init memblock_set_bottom_up(bool enable) {} static inline bool memblock_bottom_up(void) { return false; } #endif -/* Flags for memblock_alloc_base() amd __memblock_alloc_base() */ +/* Flags for memblock_alloc_base() and __memblock_alloc_base() */ #define MEMBLOCK_ALLOC_ANYWHERE (~(phys_addr_t)0) #define MEMBLOCK_ALLOC_ACCESSIBLE 0 -- 1.9.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>