aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-08-10 22:09:41 +0000
committerLev Walkin <vlm@lionet.info>2006-08-10 22:09:41 +0000
commit4a4d06ea8d9485f889002facf80a9fc0b46b1d72 (patch)
tree9bbc72682da7bbc234d1ab9029683906dcf3a2a1
parent253cfcf2754a50a84b0f551c770749744d66bc05 (diff)
i.e. -> e.g.
-rw-r--r--skeletons/OBJECT_IDENTIFIER.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/skeletons/OBJECT_IDENTIFIER.h b/skeletons/OBJECT_IDENTIFIER.h
index 8aec064a..2bb5d032 100644
--- a/skeletons/OBJECT_IDENTIFIER.h
+++ b/skeletons/OBJECT_IDENTIFIER.h
@@ -69,9 +69,9 @@ xer_type_encoder_f OBJECT_IDENTIFIER_encode_xer;
* even if there is no sufficient (_arc_slots) provided.
*/
int OBJECT_IDENTIFIER_get_arcs(OBJECT_IDENTIFIER_t *_oid,
- void *_arcs, /* i.e., unsigned int arcs[N] */
- unsigned int _arc_type_size, /* i.e., sizeof(arcs[0]) */
- unsigned int _arc_slots /* i.e., N */);
+ void *_arcs, /* e.g., unsigned int arcs[N] */
+ unsigned int _arc_type_size, /* e.g., sizeof(arcs[0]) */
+ unsigned int _arc_slots /* e.g., N */);
/*
* This functions initializes the OBJECT IDENTIFIER object with
@@ -84,9 +84,9 @@ int OBJECT_IDENTIFIER_get_arcs(OBJECT_IDENTIFIER_t *_oid,
* 0: The object was initialized with new arcs.
*/
int OBJECT_IDENTIFIER_set_arcs(OBJECT_IDENTIFIER_t *_oid,
- const void *_arcs, /* i.e., unsigned int arcs[N] */
- unsigned int _arc_type_size, /* i.e., sizeof(arcs[0]) */
- unsigned int _arc_slots /* i.e., N */);
+ const void *_arcs, /* e.g., unsigned int arcs[N] */
+ unsigned int _arc_type_size, /* e.g., sizeof(arcs[0]) */
+ unsigned int _arc_slots /* e.g., N */);
/*
* Print the specified OBJECT IDENTIFIER arc.