X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fcontext.c;h=73422be98df3b03de2d35595e511f06179bd1654;hb=9e830b9e07505e11544cc3f9e15b404211b6d59f;hp=bc3fb4506bdd125012885e9e1274c824ccae1137;hpb=ad370ff72bd28ebbcb1087138c926ef93eab394b;p=m6w6%2Fext-psi diff --git a/src/context.c b/src/context.c index bc3fb45..73422be 100644 --- a/src/context.c +++ b/src/context.c @@ -85,7 +85,7 @@ struct psi_context *psi_context_init(struct psi_context *C, struct psi_context_o assert(ops->call != NULL); assert(ops->compile != NULL); - /* build up predefs in a temporary PSI_Data for validation */ + /* build up predefs in a temporary psi_data for validation */ memset(&T, 0, sizeof(T)); psi_data_ctor_with_dtors(&T, error, flags);