diff options
Diffstat (limited to 'util/lxbios/ip_checksum.h')
-rw-r--r-- | util/lxbios/ip_checksum.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/util/lxbios/ip_checksum.h b/util/lxbios/ip_checksum.h index 39703150fb..5c740570f1 100644 --- a/util/lxbios/ip_checksum.h +++ b/util/lxbios/ip_checksum.h @@ -6,9 +6,10 @@ #ifndef IP_CHECKSUM_H #define IP_CHECKSUM_H -/* Note: The contents of this file were borrowed from the LinuxBIOS source - * code which may be obtained from http://www.linuxbios.org. - * Specifically, this code was obtained from LinuxBIOS version 1.0.0.8. +/* Note: The contents of this file were borrowed from the coreboot source + * code which may be obtained from http://www.coreboot.org. + * Specifically, this code was obtained from coreboot (LinuxBIOS) + * version 1.0.0.8. */ unsigned long compute_ip_checksum(void *addr, unsigned long length); |