That comment wrapped on an 80-column terminal. Divide it into two lines. Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> --- man2/futex.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/futex.2 b/man2/futex.2 index 73de71623..538001e1d 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -1816,7 +1816,8 @@ fpost(uint32_t *futexp) { long s; - /* atomic_compare_exchange_strong() was described in comments above */ + /* atomic_compare_exchange_strong() was described + in comments above */ const uint32_t zero = 0; if (atomic_compare_exchange_strong(futexp, &zero, 1)) { -- 2.28.0