Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / arch / mips / include / asm / pgtable-32.h
index 0e196650f4f488bba1474fe3d2710f8ebc0c42e6..92b7591aac2acdd65738cce6f3fca38801457a06 100644 (file)
@@ -129,7 +129,7 @@ static inline int pmd_none(pmd_t pmd)
 static inline int pmd_bad(pmd_t pmd)
 {
 #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
-       /* pmd_huge(pmd) but inline */
+       /* pmd_leaf(pmd) but inline */
        if (unlikely(pmd_val(pmd) & _PAGE_HUGE))
                return 0;
 #endif