From dc33cba4c08b2035e33337bc60ff340ebcc838a2 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:51:01 +0200 Subject: [PATCH] Fix typo --- virtio-core/src/spec/transport_pci.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],