Fixup TinyCrypt PK parse: Correct function name in comment
diff --git a/library/pkparse.c b/library/pkparse.c
index d03695b..1a73101 100644
--- a/library/pkparse.c
+++ b/library/pkparse.c
@@ -969,7 +969,8 @@
             else
             {
                 /*
-                 * The only acceptable failure mode of pk_get_ecpubkey() above
+                 * The only acceptable failure mode of
+                 * uecc_public_key_read_binary() above
                  * is if the point format is not recognized.
                  */
                 if( ret != MBEDTLS_ERR_PK_FEATURE_UNAVAILABLE )