From 0bd33dcedcf323886b96aff3f1cf38eb2a32dbe5 Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Wed, 22 Jul 2020 13:03:59 -0400 Subject: [PATCH] fix function reference --- hash/hash_djb2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/hash_djb2.c b/hash/hash_djb2.c index b3aca2aa..c8b1f22a 100644 --- a/hash/hash_djb2.c +++ b/hash/hash_djb2.c @@ -28,7 +28,7 @@ uint64_t djb2(const char* s) } /** - * @brief Test function for ::sdbm + * @brief Test function for ::djb2 */ void test_djb2() {