Skip to content

Commit

Permalink
xen: arm: procinfo.h: Fixed a typo
Browse files Browse the repository at this point in the history
Change VPCU to vCPU.
Also add a space before '*/'.

Signed-off-by: Ayan Kumar Halder <[email protected]>
Acked-by: Julien Grall <[email protected]>
Release-acked-by: Henry Wang <[email protected]>
  • Loading branch information
ayankuma-amd authored and Julien Grall committed Oct 5, 2023
1 parent 3d2d9e9 commit 02c9896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xen/arch/arm/include/asm/procinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <xen/sched.h>

struct processor {
/* Initialize specific processor register for the new VPCU*/
/* Initialize specific processor register for the new vCPU */
void (*vcpu_initialise)(struct vcpu *v);
};

Expand Down

0 comments on commit 02c9896

Please sign in to comment.