Update a comment.

This commit is contained in:
Jason Evans 2017-02-24 08:59:34 -08:00
parent c2323e13a5
commit d727596bcb

View File

@ -27,10 +27,10 @@ typedef int witness_comp_t (const witness_t *, void *, const witness_t *,
#define WITNESS_RANK_PROF_GCTX 8U #define WITNESS_RANK_PROF_GCTX 8U
/* /*
* Used as an argument to witness_depth_to_rank() in order to validate depth * Used as an argument to witness_assert_depth_to_rank() in order to validate
* excluding non-core locks with lower ranks. Since the rank argument to * depth excluding non-core locks with lower ranks. Since the rank argument to
* witness_depth_to_rank() is inclusive rather than exclusive, this definition * witness_assert_depth_to_rank() is inclusive rather than exclusive, this
* can have the same value as the minimally ranked core lock. * definition can have the same value as the minimally ranked core lock.
*/ */
#define WITNESS_RANK_CORE 9U #define WITNESS_RANK_CORE 9U