Skip to content

Commit 887abdf

Browse files
author
Catalin-Emil Fetoiu
committed
fix comment
1 parent 3e90591 commit 887abdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diagnostics/collect-networking-logs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (Test-Path $wslconfig)
3030
if ($RestartWslReproMode)
3131
{
3232
# 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
3434
Get-HnsNetwork | Where-Object {$_.Name -eq 'WSL'} | Remove-HnsNetwork
3535
Get-HnsNetwork | Where-Object {$_.Name -eq 'WSL (Hyper-V firewall)'} | Remove-HnsNetwork
3636

0 commit comments

Comments
 (0)