mips: asm: octeon: A typo fix in the file cvmx-address.h
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Tue, 16 Mar 2021 04:33:34 +0000 (10:03 +0530)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 24 Mar 2021 09:29:19 +0000 (10:29 +0100)
s/techically/technically/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/octeon/cvmx-address.h

index e4444f8..5df5c90 100644 (file)
@@ -152,7 +152,7 @@ typedef union {
 
        /* physical mem address */
        struct {
-               /* techically, <47:40> are dont-cares */
+               /* technically, <47:40> are dont-cares */
                uint64_t zeroes:24;
                /* the hardware ignores <39:36> in Octeon I */
                uint64_t unaddr:4;