diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-27 16:54:03 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-27 16:54:17 +0100 |
commit | e8118a6fca06cc4f42dfa770392a0e5035960dd3 (patch) | |
tree | d07f38794a685d576b805a754695716850481dea | |
parent | 6d6846e20bfdf4b3eb1b592c97520a532f724238 (diff) |
-typo
-rw-r--r-- | src/microhttpd/md5_ext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/md5_ext.c b/src/microhttpd/md5_ext.c index 5466f704..799ff8e9 100644 --- a/src/microhttpd/md5_ext.c +++ b/src/microhttpd/md5_ext.c @@ -18,7 +18,7 @@ */ /** - * @file microhttpd/md5_ext.h + * @file microhttpd/md5_ext.c * @brief Wrapper for MD5 calculation performed by TLS library * @author Karlson2k (Evgeny Grin) */ |