From d727596bcbd3f2d6b2af1e21cf19210ac236f8df Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Fri, 24 Feb 2017 08:59:34 -0800 Subject: [PATCH] Update a comment. --- include/jemalloc/internal/witness_types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/jemalloc/internal/witness_types.h b/include/jemalloc/internal/witness_types.h index 3efaad7e..95fc296c 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