alpha: fixed a typo in core_cia.c
authorrj1 <rj1@riseup.net>
Sat, 4 Feb 2023 00:47:03 +0000 (18:47 -0600)
committerMatt Turner <mattst88@gmail.com>
Sat, 25 Feb 2023 04:14:22 +0000 (23:14 -0500)
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/kernel/core_cia.c

index f489170..12926e9 100644 (file)
@@ -527,7 +527,7 @@ verify_tb_operation(void)
        if (use_tbia_try2) {
                alpha_mv.mv_pci_tbi = cia_pci_tbi_try2;
 
-               /* Tags 0-3 must be disabled if we use this workaraund. */
+               /* Tags 0-3 must be disabled if we use this workaround. */
                wmb();
                *(vip)CIA_IOC_TB_TAGn(0) = 2;
                *(vip)CIA_IOC_TB_TAGn(1) = 2;