mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-27 07:29:24 +00:00
Corrected typo
Signed-off-by: Fredrik Simonsson <fredrsim@axis.com>
This commit is contained in:
parent
9115fabe5f
commit
de0322012e
@ -71,7 +71,7 @@ impl TryFrom<args::ScmiArgs> for VuScmiConfig {
|
||||
let mut split = d.split(',');
|
||||
let name = split
|
||||
.next()
|
||||
.expect("split should never return a completed itterator")
|
||||
.expect("split should never return a completed iterator")
|
||||
.to_owned();
|
||||
let mut properties = vec![];
|
||||
for s in split {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user