summaryrefslogtreecommitdiff
path: root/util/lxbios/ip_checksum.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-01-18 15:33:49 +0000
committerStefan Reinauer <stepan@openbios.org>2008-01-18 15:33:49 +0000
commitf527e70333e9644f4024737240b9be18f4e2d4d4 (patch)
tree9a6fa00b8e6cebf0102d6f2f985097fa754723fd /util/lxbios/ip_checksum.h
parent8df401db3bb6419c8fc9339dcc505332dff33bfe (diff)
rename linuxbios -> coreboot
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3055 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/lxbios/ip_checksum.h')
-rw-r--r--util/lxbios/ip_checksum.h7
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);