summaryrefslogtreecommitdiff
path: root/util/lxbios/compute_ip_checksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/lxbios/compute_ip_checksum.c')
-rw-r--r--util/lxbios/compute_ip_checksum.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/util/lxbios/compute_ip_checksum.c b/util/lxbios/compute_ip_checksum.c
index 6220edb12f..099ace2854 100644
--- a/util/lxbios/compute_ip_checksum.c
+++ b/util/lxbios/compute_ip_checksum.c
@@ -6,9 +6,10 @@
#include <stdint.h>
#include "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)