From 85e8deeaac989c8a9deaf1babaf09c3a4a1d9a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=BCnzli?= Date: Mon, 22 Jan 2024 01:20:31 +0100 Subject: [PATCH] Fix typo in comment. --- src/zipc.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zipc.ml b/src/zipc.ml index dbcb10d..b3093bf 100644 --- a/src/zipc.ml +++ b/src/zipc.ml @@ -441,7 +441,7 @@ let of_binary_string s = let cleaned_gp_flags file = (* Bit 3 indicates presence of data descriptors which we never encode. - So we make make sure the bit is cleared. *) + So we make sure the bit is cleared. *) File.gp_flags file land (lnot (1 lsl 3)) let encoding_size z =