]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
xen/arm: cpregs: Fix typo in the documentation of TTBCR
authorJulien Grall <julien.grall@arm.com>
Mon, 16 Jul 2018 17:26:59 +0000 (18:26 +0100)
committerJulien Grall <julien.grall@arm.com>
Wed, 22 Aug 2018 15:31:01 +0000 (16:31 +0100)
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/cpregs.h

index 4c74e8161b12671ccc75db0f56cfa3b95cc6ddbc..07e579198306f62d73dbaec0905ecd57de4acf14 100644 (file)
 #define HSTR            p15,4,c1,c1,3   /* Hyp. System Trap Register */
 
 /* CP15 CR2: Translation Table Base and Control Registers */
-#define TTBCR           p15,0,c2,c0,2   /* Translatation Table Base Control Register */
+#define TTBCR           p15,0,c2,c0,2   /* Translation Table Base Control Register */
 #define TTBR0           p15,0,c2        /* Translation Table Base Reg. 0 */
 #define TTBR1           p15,1,c2        /* Translation Table Base Reg. 1 */
 #define HTTBR           p15,4,c2        /* Hyp. Translation Table Base Register */