Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nklaassen committed Jan 16, 2025
1 parent f39d444 commit 10e1c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vnet/admin_process_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func createTUNDevice(ctx context.Context) (tun.Device, string, error) {
return dev, name, nil
}

// osConfigurationLoop will keep running until ctx] is canceled or an unrecoverable error is encountered, in
// osConfigurationLoop will keep running until ctx is canceled or an unrecoverable error is encountered, in
// order to keep the host OS configuration up to date.
func osConfigurationLoop(ctx context.Context, tunName, ipv6Prefix, dnsAddr, homePath string, clientCred daemon.ClientCred) error {
osConfigurator, err := newOSConfigurator(tunName, ipv6Prefix, dnsAddr, homePath, clientCred)
Expand Down

0 comments on commit 10e1c96

Please sign in to comment.