[REFACTOR] Hafnium style: capitalize CPU, vCPU, and VM.
Change-Id: I6090deee0f52737653f5b18c09a1c64cadd38c8c
diff --git a/src/arch/aarch64/hypervisor/handler.c b/src/arch/aarch64/hypervisor/handler.c
index bc2b998..65aef52 100644
--- a/src/arch/aarch64/hypervisor/handler.c
+++ b/src/arch/aarch64/hypervisor/handler.c
@@ -732,7 +732,7 @@
/**
* Handles EC = 011000, MSR, MRS instruction traps.
- * Returns non-null ONLY if the access failed and the vcpu is changing.
+ * Returns non-null ONLY if the access failed and the vCPU is changing.
*/
struct vcpu *handle_system_register_access(uintreg_t esr_el2)
{