fix function reference

This commit is contained in:
Krishna Vedala 2020-07-22 13:03:59 -04:00
parent 9c5dae413f
commit 0bd33dcedc
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -28,7 +28,7 @@ uint64_t djb2(const char* s)
}
/**
* @brief Test function for ::sdbm
* @brief Test function for ::djb2
*/
void test_djb2()
{