Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / ia64 / mm / tlb.c
index 135b513..ca060e7 100644 (file)
@@ -174,7 +174,7 @@ __setup("nptcg=", set_nptcg);
  * override table (in which case we should ignore the value from
  * PAL_VM_SUMMARY).
  *
- * Kernel parameter "nptcg=" overrides maximum number of simultanesous ptc.g
+ * Kernel parameter "nptcg=" overrides maximum number of simultaneous ptc.g
  * purges defined in either PAL_VM_SUMMARY or PAL override table. In this case,
  * we should ignore the value from either PAL_VM_SUMMARY or PAL override table.
  *
@@ -516,7 +516,7 @@ found:
        if (i >= per_cpu(ia64_tr_num, cpu))
                return -EBUSY;
 
-       /*Record tr info for mca hander use!*/
+       /*Record tr info for mca handler use!*/
        if (i > per_cpu(ia64_tr_used, cpu))
                per_cpu(ia64_tr_used, cpu) = i;