Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub enum Event {
/// The end address of the memory range that was freed.
end: *mut c_void,
},
/// Generated when the faulting process unmaps a meomry range, either explicitly using
/// Generated when the faulting process unmaps a memory range, either explicitly using
/// `munmap(2)` or implicitly during `mmap(2)` or `mremap(2)`.
Unmap {
/// The start address of the memory range that was unmapped.
Expand Down
Loading