diff options
author | Julia Lawall <[email protected]> | 2022-03-18 11:37:05 +0100 |
---|---|---|
committer | Will Deacon <[email protected]> | 2022-04-04 10:32:50 +0100 |
commit | dd671f16b1cdb188aa64d740a408f7d00e281444 (patch) | |
tree | 6c7681ab299c526f210159161f0ba7ae6b1a7dd9 /arch/arm64/kernel/hw_breakpoint.c | |
parent | 5524cbb1bfcdff0cad0aaa9f94e6092002a07259 (diff) |
arm64: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[will: Squashed in [email protected]]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'arch/arm64/kernel/hw_breakpoint.c')
-rw-r--r-- | arch/arm64/kernel/hw_breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/hw_breakpoint.c b/arch/arm64/kernel/hw_breakpoint.c index 712e97c03e54..cd868084e724 100644 --- a/arch/arm64/kernel/hw_breakpoint.c +++ b/arch/arm64/kernel/hw_breakpoint.c @@ -701,7 +701,7 @@ NOKPROBE_SYMBOL(breakpoint_handler); * addresses. There is no straight-forward way, short of disassembling the * offending instruction, to map that address back to the watchpoint. This * function computes the distance of the memory access from the watchpoint as a - * heuristic for the likelyhood that a given access triggered the watchpoint. + * heuristic for the likelihood that a given access triggered the watchpoint. * * See Section D2.10.5 "Determining the memory location that caused a Watchpoint * exception" of ARMv8 Architecture Reference Manual for details. |