Index: /trunk/src/VBox/Runtime/common/asn1/asn1-ut-string.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/asn1/asn1-ut-string.cpp	(revision 53014)
+++ /trunk/src/VBox/Runtime/common/asn1/asn1-ut-string.cpp	(revision 53015)
@@ -1440,5 +1440,5 @@
                     break;
 
-                /** @todo Implement compating ASN1_TAG_BMP_STRING, ASN1_TAG_UNIVERSAL_STRING and
+                /** @todo Implement comparing ASN1_TAG_BMP_STRING, ASN1_TAG_UNIVERSAL_STRING and
                  *        ASN1_TAG_T61_STRING with UTF-8 strings without conversion. */
 
@@ -1528,5 +1528,5 @@
                         char           *pszDst = psz;
                         size_t          cchSrc = pThis->Asn1Core.cb;
-                        uint8_t const  *pbSrc  = (uint8_t const *)psz;
+                        uint8_t const  *pbSrc  = pThis->Asn1Core.uData.pu8;
                         while (cchSrc > 0)
                         {
@@ -1547,5 +1547,5 @@
                         char           *pszDst = psz;
                         size_t          cchSrc = pThis->Asn1Core.cb;
-                        uint8_t const  *pbSrc  = (uint8_t const *)psz;
+                        uint8_t const  *pbSrc  = pThis->Asn1Core.uData.pu8;
                         while (cchSrc > 0)
                         {
