From 6bdb43644097a42d2e80967996ea3e4c70b7cf15 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Wed, 31 Jul 2019 20:26:19 +0100 Subject: [PATCH] xen/arm64: head: Fix typo in the documentation on top of init_uart() Signed-off-by: Julien Grall Acked-by: Stefano Stabellini --- xen/arch/arm/arm64/head.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/arm/arm64/head.S b/xen/arch/arm/arm64/head.S index f8da3c8cc5..790b485f04 100644 --- a/xen/arch/arm/arm64/head.S +++ b/xen/arch/arm/arm64/head.S @@ -747,7 +747,7 @@ ENTRY(switch_ttbr) /* * Initialize the UART. Should only be called on the boot CPU. * - * Ouput: + * Output: * x23: Early UART base physical address * * Clobbers x0 - x1 -- 2.30.2