git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@244 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-09-04 06:17:35 +00:00
parent 39c5061c15
commit 141874aab5
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ SEQUENCE_decode_ber(asn1_TYPE_descriptor_t *td,
}
if(use_bsearch) {
/*
* Resorch to a binary search over
* Resort to a binary search over
* sorted array of tags.
*/
asn1_TYPE_tag2member_t *t2m;