summaryrefslogtreecommitdiff
path: root/arch/arc/include/uapi/asm
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2024-03-30 01:14:32 +0300
committerVineet Gupta <vgupta@kernel.org>2024-04-02 04:40:39 +0300
commitebfc2fd8873b4feb86f01835ad97282aede1e956 (patch)
tree8a117a03d68946d51b51045bb5490671906766a8 /arch/arc/include/uapi/asm
parentd5272aaa8257920c7b398f953ada65e25c248f9a (diff)
downloadlinux-ebfc2fd8873b4feb86f01835ad97282aede1e956.tar.xz
ARC: Fix typos
Fix typos, most reported by "codespell arch/arc". Only touches comments, no code changes. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'arch/arc/include/uapi/asm')
-rw-r--r--arch/arc/include/uapi/asm/swab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/include/uapi/asm/swab.h b/arch/arc/include/uapi/asm/swab.h
index 02109cd48ee1..8d1f1ef44ba7 100644
--- a/arch/arc/include/uapi/asm/swab.h
+++ b/arch/arc/include/uapi/asm/swab.h
@@ -62,7 +62,7 @@
* 8051fdc4: st r2,[r1,20] ; Mem op : save result back to mem
*
* Joern suggested a better "C" algorithm which is great since
- * (1) It is portable to any architecure
+ * (1) It is portable to any architecture
* (2) At the same time it takes advantage of ARC ISA (rotate intrns)
*/