net: Fix a typo in a source code comment

- s/peform/perform/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-09 11:37:57 +02:00
parent 8dcf5860b3
commit 1a15a383a6

View File

@ -669,7 +669,7 @@ if_free(struct ifnet *ifp)
* Why would we clear the alias now, and not in the deferred
* context? Indeed there is nothing wrong with some network
* thread obtaining ifp via ifnet_byindex() inside the network
* epoch and then dereferencing ifp while we peform if_free(),
* epoch and then dereferencing ifp while we perform if_free(),
* and after if_free() finished, too.
*
* This early index freeing was important back when ifindex was