diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:18:16 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-20 07:54:34 +0300 |
commit | e6a19a6477407e57b4deb61aaa497a14d7db9626 (patch) | |
tree | 212011b588fa61ddd4a1cd405f264e7441d9643f /hw/ppc/spapr_hcall.c | |
parent | 4907644841e3200aea6475c0f72d3d987e9f3d93 (diff) | |
download | qemu-e6a19a6477407e57b4deb61aaa497a14d7db9626.zip qemu-e6a19a6477407e57b4deb61aaa497a14d7db9626.tar.gz qemu-e6a19a6477407e57b4deb61aaa497a14d7db9626.tar.bz2 |
ppc: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'hw/ppc/spapr_hcall.c')
-rw-r--r-- | hw/ppc/spapr_hcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c index b7dc388..522a239 100644 --- a/hw/ppc/spapr_hcall.c +++ b/hw/ppc/spapr_hcall.c @@ -1615,7 +1615,7 @@ static void hypercall_register_types(void) spapr_register_hypercall(H_GET_CPU_CHARACTERISTICS, h_get_cpu_characteristics); - /* "debugger" hcalls (also used by SLOF). Note: We do -not- differenciate + /* "debugger" hcalls (also used by SLOF). Note: We do -not- differentiate * here between the "CI" and the "CACHE" variants, they will use whatever * mapping attributes qemu is using. When using KVM, the kernel will * enforce the attributes more strongly |