fix typos

This commit is contained in:
JuliDi 2023-09-08 15:59:46 +02:00
parent a4f8d82ef5
commit 6070d61d8c
No known key found for this signature in database
GPG Key ID: 0C98FD5D6597BC5B

View File

@ -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;