if (!call->brtype_stat) {
call->brtype_stat = zalloc(sizeof(*call->brtype_stat));
if (!call->brtype_stat) {
- perror("not enough memory for the code path branch statisitcs");
+ perror("not enough memory for the code path branch statistics");
free(call->brtype_stat);
return -ENOMEM;
}
if (!cnode->brtype_stat) {
cnode->brtype_stat = zalloc(sizeof(*cnode->brtype_stat));
if (!cnode->brtype_stat) {
- perror("not enough memory for the code path branch statisitcs");
+ perror("not enough memory for the code path branch statistics");
return MATCH_ERROR;
}
}