[PATCH] Hexagon: fix typos in comments

From: Julia Lawall
Date: Fri Mar 18 2022 - 06:37:49 EST


Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx>

---
arch/hexagon/kernel/module.c | 2 +-
arch/hexagon/mm/vm_tlb.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/hexagon/kernel/module.c b/arch/hexagon/kernel/module.c
index cb3bf19b0640..62ab39027360 100644
--- a/arch/hexagon/kernel/module.c
+++ b/arch/hexagon/kernel/module.c
@@ -43,7 +43,7 @@ int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs,
found = i+1;
}

- /* At this time, we don't support modules comiled with -shared */
+ /* At this time, we don't support modules compiled with -shared */
if (found) {
printk(KERN_WARNING
"Module '%s' contains unexpected .plt/.got sections.\n",
diff --git a/arch/hexagon/mm/vm_tlb.c b/arch/hexagon/mm/vm_tlb.c
index 53482f2a9ff9..5b6673353120 100644
--- a/arch/hexagon/mm/vm_tlb.c
+++ b/arch/hexagon/mm/vm_tlb.c
@@ -46,7 +46,7 @@ void flush_tlb_one(unsigned long vaddr)
*/
void tlb_flush_all(void)
{
- /* should probably use that fixaddr end or whateve label */
+ /* should probably use that fixaddr end or whatever label */
__vmclrmap(0, 0xffff0000);
}