diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2024-03-29 17:14:32 -0500 |
|---|---|---|
| committer | Vineet Gupta <vgupta@kernel.org> | 2024-04-01 18:40:39 -0700 |
| commit | ebfc2fd8873b4feb86f01835ad97282aede1e956 (patch) | |
| tree | 8a117a03d68946d51b51045bb5490671906766a8 /arch/arc/include/asm/pgtable-bits-arcv2.h | |
| parent | d5272aaa8257920c7b398f953ada65e25c248f9a (diff) | |
| download | lwn-ebfc2fd8873b4feb86f01835ad97282aede1e956.tar.gz lwn-ebfc2fd8873b4feb86f01835ad97282aede1e956.zip | |
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/asm/pgtable-bits-arcv2.h')
| -rw-r--r-- | arch/arc/include/asm/pgtable-bits-arcv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/include/asm/pgtable-bits-arcv2.h b/arch/arc/include/asm/pgtable-bits-arcv2.h index f3eea3f30b2e..8ebec1b21d24 100644 --- a/arch/arc/include/asm/pgtable-bits-arcv2.h +++ b/arch/arc/include/asm/pgtable-bits-arcv2.h @@ -66,7 +66,7 @@ * Other rules which cause the divergence from 1:1 mapping * * 1. Although ARC700 can do exclusive execute/write protection (meaning R - * can be tracked independet of X/W unlike some other CPUs), still to + * can be tracked independently of X/W unlike some other CPUs), still to * keep things consistent with other archs: * -Write implies Read: W => R * -Execute implies Read: X => R |
