Address GH comments.

This commit is contained in:
Kevin Krakauer
2020-02-07 13:47:57 -08:00
parent d98287f5eb
commit c141eb5f43
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ type XTTCP struct {
// range to which the matcher applies.
DestinationPortStart uint16
// DestinationPortEnd specifies the start of the destination port
// DestinationPortEnd specifies the end of the destination port
// range to which the matcher applies.
DestinationPortEnd uint16
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2019 The gVisor Authors.
// Copyright 2020 The gVisor Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.