mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 13:03:31 +00:00
docs: fix simple typo, speciic -> specific (#724)
There is a small typo in lib/asn1c/common/constr_TYPE.h. Should read `specific` rather than `speciic`.
This commit is contained in:
@@ -138,7 +138,7 @@ typedef asn_type_selector_result_t(asn_type_selector_f)(
|
||||
const void *parent_structure_ptr);
|
||||
|
||||
/*
|
||||
* Generalized functions for dealing with the speciic type.
|
||||
* Generalized functions for dealing with the specific type.
|
||||
* May be directly invoked by applications.
|
||||
*/
|
||||
typedef struct asn_TYPE_operation_s {
|
||||
|
||||
Reference in New Issue
Block a user