From 225b851f62d3d488fe53dc6c532b45ba5dbbd957 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Mon, 17 Nov 2008 11:15:22 +0900 Subject: [PATCH] [IA64] Fix typo. (PALL -> PAL) s/PALL/PAL/ Signed-off-by: Akio Takebe --- xen/arch/ia64/xen/hypercall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/ia64/xen/hypercall.c b/xen/arch/ia64/xen/hypercall.c index 8e2d7ccab5..e83dab6132 100644 --- a/xen/arch/ia64/xen/hypercall.c +++ b/xen/arch/ia64/xen/hypercall.c @@ -176,7 +176,7 @@ ia64_hypercall(struct pt_regs *regs) stop_timer(&v->arch.hlt_timer); /* do_block() calls * local_event_delivery_enable(), - * but PALL CALL must be called with + * but PAL CALL must be called with * psr.i = 0 and psr.i is unchanged. * SDM vol.2 Part I 11.10.2 * PAL Calling Conventions. -- 2.30.2