X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FDhcp6Dxe%2FDhcp6Impl.h;fp=NetworkPkg%2FDhcp6Dxe%2FDhcp6Impl.h;h=f21b79668a8b0caf105d4301e9c8c3d42681f467;hp=7110bf88de3d91ac55c296285e5ee0b6144d0c77;hb=f75a7f568e6d0944327970b3f3f2dafd9bba76b1;hpb=9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107 diff --git a/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h b/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h index 7110bf88de..f21b79668a 100644 --- a/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h +++ b/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h @@ -1,7 +1,7 @@ /** @file Dhcp6 internal data structure and definition declaration. - Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -132,7 +132,7 @@ struct _DHCP6_INSTANCE { BOOLEAN MediaPresent; // // StartTime is used to calculate the 'elapsed-time' option. Refer to RFC3315, - // the elapsed-time is amount of time since the client began its current DHCP transaction. + // the elapsed-time is amount of time since the client began its current DHCP transaction. // UINT64 StartTime; };