- djm@cvs.openbsd.org 2010/09/08 03:54:36
     [authfile.c]
     typo
diff --git a/ChangeLog b/ChangeLog
index 318d5d3..5dac860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,9 @@
      add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste
      <mattieu.b@gmail.com>
      ok deraadt@
+   - djm@cvs.openbsd.org 2010/09/08 03:54:36
+     [authfile.c]
+     typo
 
 20100831
  - OpenBSD CVS Sync
diff --git a/authfile.c b/authfile.c
index 865e7fa..20ac8c7 100644
--- a/authfile.c
+++ b/authfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfile.c,v 1.83 2010/08/31 11:54:45 djm Exp $ */
+/* $OpenBSD: authfile.c,v 1.84 2010/09/08 03:54:36 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -533,7 +533,7 @@
 			key_free(prv);
 			prv = NULL;
 		}
-		name = "dsa w/o comment";
+		name = "ecdsa w/o comment";
 #ifdef DEBUG_PK
 		if (prv->ecdsa != NULL)
 			key_dump_ec_key(prv->ecdsa);