]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/mm/pgtable.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[karo-tx-linux.git] / arch / powerpc / mm / pgtable.c
index cb39c8bd243656727f60b8975c9344766d8d79a9..a03ff3d99e0c420e87cf0f81cb64f43ba78f1998 100644 (file)
@@ -193,9 +193,7 @@ void set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep,
         */
        VM_WARN_ON(pte_present(*ptep) && !pte_protnone(*ptep));
 
-       /*
-        * Add the pte bit when tryint set a pte
-        */
+       /* Add the pte bit when trying to set a pte */
        pte = __pte(pte_val(pte) | _PAGE_PTE);
 
        /* Note: mm->context.id might not yet have been assigned as