Skip to content

Commit

Permalink
Merge branch 'v1.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Mar 16, 2017
2 parents e12ee28 + b501f8f commit a2b6bb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/saiacl.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ typedef enum _sai_acl_table_group_attr_t
* @brief List of ACL bind points where this group will be applied.
*
* ACL group bind point list - is a create only attribute required for ACL
* groups to let the user specific his intention to allow further error
* groups to let the user specify his intention to allow further error
* checks and optimizations based on a specific ASIC's SAI implementation.
* ACL members being added to this group SHOULD be a subset of the bind
* point list that acl group was created with.
Expand Down Expand Up @@ -325,8 +325,8 @@ typedef enum _sai_acl_table_group_member_attr_t
/**
* @brief ACL table group id
*
* This attribute is required to bind a member object (acl_table_id) to a
* acl table group id allocated by the create acl group api.
* This attribute is required to associate or attach a member object (acl_table_id)
* to a acl table group id allocated by the create acl group api.
*
* User should always use the group id returned by SAI create_acl_group api,
* to group the tables else Invalid attribute value error code will be returned.
Expand Down

0 comments on commit a2b6bb1

Please sign in to comment.