Skip to content

Commit

Permalink
Make the comment more clear
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sun <stephens@nvidia.com>
  • Loading branch information
stephenxs committed Nov 17, 2021
1 parent c3a2527 commit 7b2546c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion orchagent/orch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,8 @@ unsigned long Orch::generateBitMapFromIdsStr(const string &idsStr)
* Parse the idsMap and generate a vector which contains slices representing bits in idsMap
* Args:
* idsMap: The bitmap of IDs. The LSB stands for ID 0.
* maxId: The maximum value of ID.
* maxId: The (exclusive) upperbound of ID range.
* Eg: if ID range is 0~7, maxId should be 8.
* Return:
* A vector which contains slices representing bits in idsMap
*
Expand Down

0 comments on commit 7b2546c

Please sign in to comment.