Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Nov 10, 2022
1 parent 7dcc540 commit 51aae10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sled-agent/src/illumos/dladm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl Dladm {

/// Creates a VNIC on top of the etherstub.
///
/// This VNIC is not tracked like [`crate::illumos::vnic::Vnic`], because
/// This VNIC is not tracked like [`crate::illumos::link::Link`], because
/// it is expected to exist for the lifetime of the sled.
pub fn ensure_etherstub_vnic(
source: &Etherstub,
Expand Down

0 comments on commit 51aae10

Please sign in to comment.