1
0
mirror of https://github.com/fumiama/water.git synced 2026-06-08 12:10:27 +08:00

Fixes Comment Typo

This commit is contained in:
Matthew Ellison
2017-05-22 12:06:35 -04:00
parent b85af41468
commit 3f281b0517

View File

@@ -8,7 +8,7 @@ package water
type PlatformSpecificParams struct {
// 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
// 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.
Name string
}