Skip to content

Commit 0fb45e9

Browse files
committed
Minor update
1 parent 948efa6 commit 0fb45e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ir/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class Memory {
195195
const smt::expr &bytes, const smt::expr &val,
196196
const std::set<smt::expr> &undef, uint64_t align);
197197

198-
// If bid_src == nullopt, it encodes the non-local block refinement
198+
// If bid_other == nullopt, it encodes the non-local block refinement
199199
// Otherwise, it encodes the local block refinement between bid and *bid_other
200200
smt::expr blockValRefined(const Memory &other, unsigned bid,
201201
std::optional<unsigned> bid_other,

0 commit comments

Comments
 (0)