arm64: fix typo in comments
authorSeongsu Park <sgsu.park@samsung.com>
Fri, 2 Feb 2024 01:33:06 +0000 (10:33 +0900)
committerWill Deacon <will@kernel.org>
Fri, 9 Feb 2024 16:54:13 +0000 (16:54 +0000)
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>
arch/arm64/include/asm/cpufeature.h

index 21c824e..bd8d4ca 100644 (file)
@@ -83,7 +83,7 @@ struct arm64_ftr_bits {
  * to full-0 denotes that this field has no override
  *
  * A @mask field set to full-0 with the corresponding @val field set
- * to full-1 denotes thath this field has an invalid override.
+ * to full-1 denotes that this field has an invalid override.
  */
 struct arm64_ftr_override {
        u64             val;