Index: kernel/arch/ia64/src/mm/tlb.c
===================================================================
--- kernel/arch/ia64/src/mm/tlb.c	(revision ee289cf012d5ee670798a55abcda583a5b9988e4)
+++ kernel/arch/ia64/src/mm/tlb.c	(revision ed166f71740001c3b594706d223312aeb0e52fb0)
@@ -507,5 +507,5 @@
 	if (t) {
 		/*
-		 * The mapping was found in software page hash table.
+		 * The mapping was found in the software page hash table.
 		 * Insert it into data translation cache.
 		 */
@@ -514,5 +514,5 @@
 	} else {
 		/*
-		 * Forward the page fault to address space page fault handler.
+		 * Forward the page fault to the address space page fault handler.
 		 */
 		page_table_unlock(AS, true);
