Update comment to direct the reader to libkern.h instead of systm.h.

The functions were moved.

Pointed out by: johan@
This commit is contained in:
Marcel Moolenaar 2005-04-28 05:50:18 +00:00
parent aa1548fd85
commit 61d596a8ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145611

View File

@ -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)