mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw: Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
5bb8590d37
commit
b12227afb1
11 changed files with 15 additions and 15 deletions
|
@ -1777,7 +1777,7 @@ static int pc_apic_cmp(const void *a, const void *b)
|
|||
|
||||
/* returns pointer to CPUArchId descriptor that matches CPU's apic_id
|
||||
* in pcms->possible_cpus->cpus, if pcms->possible_cpus->cpus has no
|
||||
* entry correponding to CPU's apic_id returns NULL.
|
||||
* entry corresponding to CPU's apic_id returns NULL.
|
||||
*/
|
||||
static CPUArchId *pc_find_cpu_slot(PCMachineState *pcms, CPUState *cpu,
|
||||
int *idx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue