[PATCH] hexagon: fix typos in comments

Hemanth Selam posted 1 patch 3 weeks ago
arch/hexagon/include/asm/hexagon_vm.h | 2 +-
arch/hexagon/lib/memcpy.S             | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
[PATCH] hexagon: fix typos in comments
Posted by Hemanth Selam 3 weeks ago
Fix typos in comments, reported by scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt.  Only touches comments, no code
changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
 arch/hexagon/include/asm/hexagon_vm.h | 2 +-
 arch/hexagon/lib/memcpy.S             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/hexagon/include/asm/hexagon_vm.h b/arch/hexagon/include/asm/hexagon_vm.h
index 9aa2493fe786..1a65dc6213b7 100644
--- a/arch/hexagon/include/asm/hexagon_vm.h
+++ b/arch/hexagon/include/asm/hexagon_vm.h
@@ -239,7 +239,7 @@ static inline long __vmintop_clear(long i)
 #define HVM_EV_GENEX		2
 #define HVM_EV_TRAP		8
 #define HVM_EV_INTR		15
-/* These shoud be nuked as soon as we know the VM is up to spec v0.1.1 */
+/* These should be nuked as soon as we know the VM is up to spec v0.1.1 */
 #define HVM_EV_INTR_0		16
 #define HVM_MAX_INTR		240
 
diff --git a/arch/hexagon/lib/memcpy.S b/arch/hexagon/lib/memcpy.S
index f8b3c02a8ad1..ae360be68b0d 100644
--- a/arch/hexagon/lib/memcpy.S
+++ b/arch/hexagon/lib/memcpy.S
@@ -291,7 +291,7 @@ memcpy:
 	if(noprolog) jump .Lnoprolog32;
 	align = offset;
 }
-/*  upto initial 7 bytes  */
+/*  up to initial 7 bytes  */
 {
 	ldata0 = valignb(dataF8, data70, align);
 	ifbyte = tstbit(shift,#3);
@@ -525,5 +525,5 @@ memcpy:
 	r25:24 = memd(sp+#8);	/*  restore r24+r25  */
 	r17:16 = memd(sp+#0);	/*  restore r16+r17  */
 }
-	deallocframe;	/*  restore r31 and incrment stack by 16  */
+	deallocframe;	/*  restore r31 and increment stack by 16  */
 	jumpr r31
-- 
2.48.1