summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/md5.c')
-rw-r--r--src/lib/util/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/md5.c b/src/lib/util/md5.c
index c777cd998f5..1fdcb26de03 100644
--- a/src/lib/util/md5.c
+++ b/src/lib/util/md5.c
@@ -1,5 +1,5 @@
// license:Public Domain
-// copyright-holders:Colin Plumb
+// copyright-holders:Colin Plumb
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was