mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-20 00:45:09 +03:00
Fixes Comment Typo
This commit is contained in:
parent
b85af41468
commit
3f281b0517
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ package water
|
||||||
type PlatformSpecificParams struct {
|
type PlatformSpecificParams struct {
|
||||||
// Name is the name to be set for the interface to be created. This overrides
|
// Name is the name to be set for the interface to be created. This overrides
|
||||||
// the default name assigned by OS such as tap0 or tun0. A zero-value of this
|
// the default name assigned by OS such as tap0 or tun0. A zero-value of this
|
||||||
// field, i.e. an emapty string, indicates that the default name should be
|
// field, i.e. an empty string, indicates that the default name should be
|
||||||
// used.
|
// used.
|
||||||
Name string
|
Name string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue