Fixes Comment Typo

This commit is contained in:
Matthew Ellison 2017-05-22 12:06:35 -04:00
parent b85af41468
commit 3f281b0517
No known key found for this signature in database
GPG key ID: A815A44BDC8DD409

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
}