diff options
author | Jason Evans <jasone@canonware.com> | 2017-02-24 16:59:34 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2017-02-26 19:05:27 (GMT) |
commit | d727596bcbd3f2d6b2af1e21cf19210ac236f8df (patch) | |
tree | 592d7d976c1a354dd7bc8ee555df324962c07af9 /include/jemalloc | |
parent | c2323e13a5eec70f554e532336a912a9cd78317a (diff) | |
download | jemalloc-d727596bcbd3f2d6b2af1e21cf19210ac236f8df.zip jemalloc-d727596bcbd3f2d6b2af1e21cf19210ac236f8df.tar.gz jemalloc-d727596bcbd3f2d6b2af1e21cf19210ac236f8df.tar.bz2 |
Update a comment.
Diffstat (limited to 'include/jemalloc')
-rw-r--r-- | include/jemalloc/internal/witness_types.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/jemalloc/internal/witness_types.h b/include/jemalloc/internal/witness_types.h index 3efaad7..95fc296 100644 --- a/include/jemalloc/internal/witness_types.h +++ b/include/jemalloc/internal/witness_types.h @@ -27,10 +27,10 @@ typedef int witness_comp_t (const witness_t *, void *, const witness_t *, #define WITNESS_RANK_PROF_GCTX 8U /* - * Used as an argument to witness_depth_to_rank() in order to validate depth - * excluding non-core locks with lower ranks. Since the rank argument to - * witness_depth_to_rank() is inclusive rather than exclusive, this definition - * can have the same value as the minimally ranked core lock. + * Used as an argument to witness_assert_depth_to_rank() in order to validate + * depth excluding non-core locks with lower ranks. Since the rank argument to + * witness_assert_depth_to_rank() is inclusive rather than exclusive, this + * definition can have the same value as the minimally ranked core lock. */ #define WITNESS_RANK_CORE 9U |