diff --git a/virtio-core/src/spec/transport_pci.rs b/virtio-core/src/spec/transport_pci.rs index 7ef8efa8ef..c6cb4a8af4 100644 --- a/virtio-core/src/spec/transport_pci.rs +++ b/virtio-core/src/spec/transport_pci.rs @@ -33,7 +33,7 @@ pub struct PciCapability { pub cfg_type: CfgType, /// Where to find it. pub bar: u8, - /// Multiple capabilities of the same typel + /// Multiple capabilities of the same type. pub id: u8, /// Pad to a full dword. pub padding: [u8; 2],