Skip to content

Commit 3b8eb4b

Browse files
committed
Fix typo
1 parent e10e7f8 commit 3b8eb4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ostd/specs/mm/vm_space.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub tracked struct VmIoPermission<'a> {
2424
/// A tracked struct for reasoning about verification-only properties of a [`VmSpace`].
2525
///
2626
/// This struct serves as a bookkeeper for all _active_ readers/writers within a specific
27-
/// virtual memory space. It maintains a holistic view of the memory range coverted by the
27+
/// virtual memory space. It maintains a holistic view of the memory range covered by the
2828
/// VM space it is tracking using a [`Ghost<MemView>`]. It also maintains a [`Tracked<MemView>`]
2929
/// for the current memories it is holding permissions for, which is a subset of the total
3030
/// memory range.

ostd/src/mm/vm_space.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ impl<'a> VmSpace<'a> {
273273
/// # Verification Design
274274
///
275275
/// This function is marked as `external_body` for now as the current design does not entail
276-
/// the conrete implementation details of the underlying data structure of the [`VmSpace`].
276+
/// the concrete implementation details of the underlying data structure of the [`VmSpace`].
277277
///
278278
/// ## Preconditions
279279
/// None

0 commit comments

Comments
 (0)