mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
misc: Fix various spelling errors using typos
This fixes all typos found by the typos utility with respect to the config file. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
committed by
Rob Bradford
parent
fa09045f55
commit
7bf0cc1ed5
@@ -147,7 +147,7 @@ pub trait InterruptSourceGroup: Send + Sync {
|
||||
/// * index: sub-index into the group.
|
||||
/// * config: configuration data for the interrupt source.
|
||||
/// * masked: if the interrupt is masked
|
||||
/// * set_gsi: whehter update the GSI routing table.
|
||||
/// * set_gsi: whether update the GSI routing table.
|
||||
fn update(
|
||||
&self,
|
||||
index: InterruptIndex,
|
||||
|
||||
Reference in New Issue
Block a user