[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210322120314.2085782-1-unixbhaskar@gmail.com>
Date: Mon, 22 Mar 2021 17:33:14 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: mpe@...erman.id.au, benh@...nel.crashing.org, paulus@...ba.org,
christophe.leroy@...roup.eu, rppt@...nel.org, npiggin@...il.com,
akpm@...ux-foundation.org, linuxppc-dev@...ts.ozlabs.org,
linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] powerpc/8xx: Fix a typo
s/poiners/pointers/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
arch/powerpc/kernel/head_8xx.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/kernel/head_8xx.S b/arch/powerpc/kernel/head_8xx.S
index 46dff3f9c31f..8a85a984609a 100644
--- a/arch/powerpc/kernel/head_8xx.S
+++ b/arch/powerpc/kernel/head_8xx.S
@@ -819,7 +819,7 @@ EXPORT_SYMBOL(empty_zero_page)
swapper_pg_dir:
.space PGD_TABLE_SIZE
-/* Room for two PTE table poiners, usually the kernel and current user
+/* Room for two PTE table pointers, usually the kernel and current user
* pointer to their respective root page table (pgdir).
*/
.globl abatron_pteptrs
--
2.31.0
Powered by blists - more mailing lists