fix comment

Catalin-Emil Fetoiu committed Jan 12, 2024 at 14:15 UTC 887abdf5a48f36fec2b0ce61bbf004baa54c83bc
1 file changed +1 -1
diagnostics/collect-networking-logs.ps1
+1 -1
@@ -30,7 +30,7 @@ if (Test-Path $wslconfig)
30 if ($RestartWslReproMode)
31 {
32 # The WSL HNS network is created once per boot. Resetting it to collect network creation logs.
33 - # Note: The below commands apply only for WSL in NAT mode
33 + # Note: The below HNS commands apply only to WSL in NAT mode
34 Get-HnsNetwork | Where-Object {$_.Name -eq 'WSL'} | Remove-HnsNetwork
35 Get-HnsNetwork | Where-Object {$_.Name -eq 'WSL (Hyper-V firewall)'} | Remove-HnsNetwork
36