Skip to content

Commit

Permalink
Respell some words
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Dec 5, 2024
1 parent 4b3b1e2 commit 1562013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1435,11 +1435,11 @@ class StructureWithBitfields(Structure):
reused.
In addition, we create a dictionary:
<comound_field_index_in_keys> -->
<compound_field_index_in_keys> -->
(data type, [ (subfield name, length in bits)+ ] )
that facilitates bitfield paking and unpacking.
that facilitates bitfield packing and unpacking.
With lru_cache() creating only once instance per format string, the memory
With lru_cache() creating only one instance per format string, the memory
overhead is negligible.
"""

Expand Down

0 comments on commit 1562013

Please sign in to comment.