diff --git a/hmac-md5.c b/hmac-md5.c
index 96e61f918742f9aaeae647d43a8f3db7462f776e..647d0e6ed0f6fc94099dc0505598c786159b955b 100644
--- a/hmac-md5.c
+++ b/hmac-md5.c
@@ -1,11 +1,11 @@
-/* hmac.c
+/* hmac-md5.c
  *
- * HMAC message authentication code.
+ * HMAC-MD5 message authentication code.
  */
 
 /* nettle, low-level cryptographics library
  *
- * Copyright (C) 2001 Niels Möller
+ * Copyright (C) 2002 Niels Möller
  *  
  * The nettle library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by