Skip to content

Commit c0b26c0

Browse files
Seongsu Parkwilldeacon
authored andcommitted
arm64: fix typo in comments
fix typo in comments thath -> that Signed-off-by: Seongsu Park <sgsu.park@samsung.com> Link: https://lore.kernel.org/r/20240202013306.883777-1-sgsu.park@samsung.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent 719da04 commit c0b26c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/include/asm/cpufeature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ struct arm64_ftr_bits {
8383
* to full-0 denotes that this field has no override
8484
*
8585
* A @mask field set to full-0 with the corresponding @val field set
86-
* to full-1 denotes thath this field has an invalid override.
86+
* to full-1 denotes that this field has an invalid override.
8787
*/
8888
struct arm64_ftr_override {
8989
u64 val;

0 commit comments

Comments
 (0)