From df51ca29b4b1ef381b8280d32815c0c1a93f828b Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 1 Aug 2024 06:04:22 +0000 Subject: [PATCH] Remove a comment that was committed by accident --- sys/lib/libz/zutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/lib/libz/zutil.h b/sys/lib/libz/zutil.h index 4995480cdea..884d4178567 100644 --- a/sys/lib/libz/zutil.h +++ b/sys/lib/libz/zutil.h @@ -41,7 +41,7 @@ typedef long ptrdiff_t; #endif #ifdef Z_SOLO - typedef long ptrdiff_t; /* guess -- will be caught if guess is wrong */ + typedef long ptrdiff_t; #endif #ifndef local -- 2.20.1