Skip to content

Commit 986b700

Browse files
committed
location -> address
1 parent e84a179 commit 986b700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Abstract Rust Machine is intended to operate according to the definition here.
5757

5858
#### (Pointer) Provenance
5959

60-
The *provenance* of a pointer can be used to distinguish pointers that point to the same memory location.
60+
The *provenance* of a pointer can be used to distinguish pointers that point to the same memory address.
6161
For example, doing pointer arithmetic "remembers" the original allocation to which the pointer pointed, so it is impossible to cross allocation boundaries using pointer arithmetic:
6262

6363
```rust

0 commit comments

Comments
 (0)