From f43186fe28e87738e9ea48216e5a5b67d2742d76 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 24 Jun 2018 23:46:18 -0700 Subject: [PATCH] Revert previous patch; comment was OK after all. --- src/data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data.c b/src/data.c index 677791c594f..4bee194e296 100644 --- a/src/data.c +++ b/src/data.c @@ -3311,8 +3311,8 @@ pre_value (bool precondition, int value) return precondition ? value : 0; } -/* Compute the number of trailing zero bits in VAL. VAL must not be zero. */ - +/* Compute the number of trailing zero bits in val. If val is zero, + return the number of bits in val. */ static int count_trailing_zero_bits (bits_word val) { -- 2.39.5