Skip to content

Commit

Permalink
Merge pull request #1183 from stlankes/mmio
Browse files Browse the repository at this point in the history
remove typo with in debug message
  • Loading branch information
stlankes committed May 8, 2024
2 parents d32c082 + 804bb52 commit 5b30a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/net/virtio_net.rs
Expand Up @@ -667,7 +667,7 @@ impl NetworkDriver for VirtioNetDriver {
true
} else if self.isr_stat.is_cfg_change() {
info!("Configuration changes are not possible! Aborting");
todo!("Implement possibiity to change config on the fly...")
todo!("Implement possibility to change config on the fly...")
} else {
false
};
Expand Down

0 comments on commit 5b30a6f

Please sign in to comment.