arm64: asm: Fix typo in pgtable.h
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Tue, 3 Dec 2024 09:33:23 +0000 (01:33 -0800)
committerWill Deacon <will@kernel.org>
Tue, 10 Dec 2024 11:34:45 +0000 (11:34 +0000)
The word 'trasferring' is wrong, so fix it.

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20241203093323.7831-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/pgtable.h

index e20b80229910bc66f37d1856cd880d37c5f7ea06..f8dac6673887f8f369870a01c86b17142d7706c1 100644 (file)
@@ -1345,7 +1345,7 @@ static inline void ___ptep_set_wrprotect(struct mm_struct *mm,
 }
 
 /*
- * __ptep_set_wrprotect - mark read-only while trasferring potential hardware
+ * __ptep_set_wrprotect - mark read-only while transferring potential hardware
  * dirty status (PTE_DBM && !PTE_RDONLY) to the software PTE_DIRTY bit.
  */
 static inline void __ptep_set_wrprotect(struct mm_struct *mm,