diff --git a/phpseclib/File/ASN1.php b/phpseclib/File/ASN1.php index 30eb80a5..3d95b9fc 100644 --- a/phpseclib/File/ASN1.php +++ b/phpseclib/File/ASN1.php @@ -148,7 +148,7 @@ class File_ASN1 /** * Type mapping table for the ANY type. * - * Structured or unknown types are mapped to a File\ASN1\Element. + * Structured or unknown types are mapped to a File_ASN1_Element. * Unambiguous types get the direct mapping (int/real/bool). * Others are mapped as a choice, with an extra indexing level. *