summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/xml/samlp_response.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/samlp_response.h b/lasso/xml/samlp_response.h
index 57fd0b81..939f5202 100644
--- a/lasso/xml/samlp_response.h
+++ b/lasso/xml/samlp_response.h
@@ -55,7 +55,7 @@ struct _LassoSamlpResponse {
/* <element ref="samlp:Status"/> */
LassoSamlpStatus *Status;
/* <element ref="saml:Assertion" minOccurs="0" maxOccurs="unbounded"/> */
- GList *Assertion; /* of LassoSamlAssertion* */
+ GList *Assertion; /* of LassoSamlAssertion */
};
struct _LassoSamlpResponseClass {