File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ typedef enum _sai_acl_table_group_attr_t
265265 * @brief List of ACL bind points where this group will be applied.
266266 *
267267 * ACL group bind point list - is a create only attribute required for ACL
268- * groups to let the user specific his intention to allow further error
268+ * groups to let the user specify his intention to allow further error
269269 * checks and optimizations based on a specific ASIC's SAI implementation.
270270 * ACL members being added to this group SHOULD be a subset of the bind
271271 * point list that acl group was created with.
@@ -325,8 +325,8 @@ typedef enum _sai_acl_table_group_member_attr_t
325325 /**
326326 * @brief ACL table group id
327327 *
328- * This attribute is required to bind a member object (acl_table_id) to a
329- * acl table group id allocated by the create acl group api.
328+ * This attribute is required to associate or attach a member object (acl_table_id)
329+ * to a acl table group id allocated by the create acl group api.
330330 *
331331 * User should always use the group id returned by SAI create_acl_group api,
332332 * to group the tables else Invalid attribute value error code will be returned.
You can’t perform that action at this time.
0 commit comments