fix comment

This commit is contained in:
Catalin-Emil Fetoiu 2024-01-12 14:15:41 -08:00
parent 3e905911c7
commit 887abdf5a4

View File

@ -30,7 +30,7 @@ if (Test-Path $wslconfig)
if ($RestartWslReproMode)
{
# The WSL HNS network is created once per boot. Resetting it to collect network creation logs.
# Note: The below commands apply only for WSL in NAT mode
# Note: The below HNS commands apply only to WSL in NAT mode
Get-HnsNetwork | Where-Object {$_.Name -eq 'WSL'} | Remove-HnsNetwork
Get-HnsNetwork | Where-Object {$_.Name -eq 'WSL (Hyper-V firewall)'} | Remove-HnsNetwork