Fix outdated comment in ecdsa_verify_wrap()
diff --git a/library/pk_wrap.c b/library/pk_wrap.c
index 332696d..57a3925 100644
--- a/library/pk_wrap.c
+++ b/library/pk_wrap.c
@@ -563,8 +563,8 @@
     if( curve == 0 )
         return( MBEDTLS_ERR_PK_BAD_INPUT_DATA );
 
-    /* mbedlts_pk_write_pubkey_der() expects a full PK context,
-     * re-construct one to make it happy */
+    /* mbedtls_pk_write_pubkey() expects a full PK context;
+     * re-construct one to make it happy. */
     key.pk_info = &pk_info;
     key.pk_ctx = ctx;
     p = buf + sizeof( buf );