dhcp4: correct the package documentation to match convention.

This commit is contained in:
David Anderson 2016-08-15 00:46:45 -07:00
parent 8293616a81
commit e17cabd818

View File

@ -12,5 +12,5 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package dhcp provides building blocks for DHCP clients and servers.
// Package dhcp4 provides building blocks for DHCP clients and servers.
package dhcp4 // import "go.universe.tf/netboot/dhcp4"