Skip to content

Commit

Permalink
libidset: fix comment in source
Browse files Browse the repository at this point in the history
Problem: comment still refers to idset as "unordered".

Reword.
  • Loading branch information
garlick committed May 2, 2018
1 parent 056c816 commit 129496b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/libidset/idset.c
Expand Up @@ -22,7 +22,7 @@
* See also: http://www.gnu.org/licenses/
\*****************************************************************************/

/* idset - a set of unordered, non-negative integers */
/* idset - a set of numerically sorted, non-negative integers */

/* Implemented as a wrapper around a Van Emde Boas tree.
* T.D is data; T.M is size
Expand Down

0 comments on commit 129496b

Please sign in to comment.