Skip to content

Commit 54cd1d5

Browse files
authored
Merge pull request #4901 from RalfJung/typo
TB comment typo fixes
2 parents ef148e0 + 9a91c4f commit 54cd1d5

File tree

1 file changed

+2
-2
lines changed
  • src/tools/miri/src/borrow_tracker/tree_borrows

1 file changed

+2
-2
lines changed

src/tools/miri/src/borrow_tracker/tree_borrows/wildcard.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ impl WildcardAccessRelatedness {
5050
}
5151
}
5252

53-
/// Caches information about where in the tree exposed nodes with permission to do reads/ rites are
54-
/// located. [`ExposedCache`] stores this information a single location (or rather, a range of
53+
/// Caches information about where in the tree exposed nodes with permission to do reads/writes are
54+
/// located. [`ExposedCache`] stores this information for a single location (or rather, a range of
5555
/// homogeneous locations) for all nodes in an allocation.
5656
///
5757
/// Nodes not in this map have a default [`ExposedCacheNode`], i.e. they have no exposed children.

0 commit comments

Comments
 (0)