Skip to content

Commit 636c212

Browse files
tushar-tylguohan
authored andcommitted
Update saiacl.h (#406)
Fix a typo and remove the word 'bind' from the description of SAI_ACL_TABLE_GROUP_MEMBER_ATTR_ACL_TABLE_GROUP_ID as 'bind' is used for a different purpose in the spec.
1 parent 8ffa66c commit 636c212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inc/saiacl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)