Skip to content

Commit 378ed25

Browse files
committed
refine the definition of temporal provenance
1 parent 28576e9 commit 378ed25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ptr/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
//! to access an allocation's sandbox and has both a *spatial* and *temporal* component:
114114
//!
115115
//! * Spatial: A range of bytes that the pointer is allowed to access.
116-
//! * Temporal: The allocation that access to these bytes is tied to.
116+
//! * Temporal: The lifetime (of the allocation) that access to these bytes is tied to.
117117
//!
118118
//! Spatial provenance makes sure you don't go beyond your sandbox, while temporal provenance
119119
//! makes sure that you can't "get lucky" after your permission to access some memory

0 commit comments

Comments
 (0)