Skip to content

Commit

Permalink
Update src/halmos/bytevec.py
Browse files Browse the repository at this point in the history
Co-authored-by: karmacoma <karma@coma.lol>
  • Loading branch information
daejunpark and karmacoma-eth committed Sep 17, 2024
1 parent 93f5bfc commit 91f7c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/halmos/bytevec.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def set_word(self, offset: int, value: Word) -> None:

def concretize(self, substitution: dict[BitVecRef, BitVecRef]) -> None:
"""
Replace all symbols in the chunks with their corresponding concrete values, if they exist in the given substituion mapping.
Replace all symbols in the chunks with their corresponding concrete values, if they exist in the given substitution mapping.
"""
for offset, chunk in self.chunks.items():
chunk_data = chunk.data
Expand Down

0 comments on commit 91f7c88

Please sign in to comment.