fix typo
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
This commit is contained in:
parent
364138bf2e
commit
a4de736345
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ func (t *TransportPort) GetCopy() TransportPort {
|
|||
return TransportPort{Proto: t.Proto, Port: t.Port}
|
||||
}
|
||||
|
||||
// PortBinding represent a port binding between the container an the host
|
||||
// PortBinding represent a port binding between the container and the host
|
||||
type PortBinding struct {
|
||||
Proto Protocol
|
||||
IP net.IP
|
||||
|
|
Loading…
Add table
Reference in a new issue