Index: nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapresponse.c |
=================================================================== |
--- nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapresponse.c (revision 203524) |
+++ nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_ldapresponse.c (working copy) |
@@ -528,7 +528,7 @@ |
* |
* PARAMETERS |
* "arena" |
- * The address of the PRArenaPool to be used in the decoding. Must be |
+ * The address of the PLArenaPool to be used in the decoding. Must be |
* non-NULL. |
* "response" |
* The address of the LdapResponse whose DER data is to be decoded. Must |
@@ -547,7 +547,7 @@ |
*/ |
PKIX_Error * |
pkix_pl_LdapResponse_Decode( |
- PRArenaPool *arena, |
+ PLArenaPool *arena, |
PKIX_PL_LdapResponse *response, |
SECStatus *pStatus, |
void *plContext) |