summaryrefslogtreecommitdiffstats
path: root/sys/libkern/crc32.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-04-28 05:50:18 +0000
committermarcel <marcel@FreeBSD.org>2005-04-28 05:50:18 +0000
commit5b8bbca994dae4b36b2135df5e705e8684090b1c (patch)
treef25176a6a842069bec0ffd53521187438719f0a3 /sys/libkern/crc32.c
parent9e5dc6f3e32afca1893f20762fa9356412347768 (diff)
downloadFreeBSD-src-5b8bbca994dae4b36b2135df5e705e8684090b1c.zip
FreeBSD-src-5b8bbca994dae4b36b2135df5e705e8684090b1c.tar.gz
Update comment to direct the reader to libkern.h instead of systm.h.
The functions were moved. Pointed out by: johan@
Diffstat (limited to 'sys/libkern/crc32.c')
-rw-r--r--sys/libkern/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/crc32.c b/sys/libkern/crc32.c
index 4c937d2..2bfc11e 100644
--- a/sys/libkern/crc32.c
+++ b/sys/libkern/crc32.c
@@ -98,7 +98,7 @@ uint32_t crc32_tab[] = {
* A function that calculates the CRC-32 based on the table above is
* given below for documentation purposes. An equivalent implementation
* of this function that's actually used in the kernel can be found
- * in sys/systm.h, where it can be inlined.
+ * in sys/libkern.h, where it can be inlined.
*
* uint32_t
* crc32(const void *buf, size_t size)
OpenPOWER on IntegriCloud