fix typos
This commit is contained in:
parent
a4f8d82ef5
commit
6070d61d8c
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ impl<D: Driver + 'static> Stack<D> {
|
|||
v4_up || v6_up
|
||||
}
|
||||
|
||||
/// Get for the network stack to obtainer a valid IP configuration.
|
||||
/// Wait for the network stack to obtaine a valid IP configuration.
|
||||
pub async fn wait_config_up(&self) {
|
||||
if self.is_config_up() {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue