Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuenzli committed Jan 22, 2024
1 parent 147c254 commit 85e8dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zipc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 85e8dee

Please sign in to comment.