summaryrefslogtreecommitdiff
path: root/util/lxbios/compute_ip_checksum.c
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/compute_ip_checksum.c
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/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)