diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-06-26 13:10:13 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-06-26 13:16:27 +0000 |
| commit | 2f7a8222b6a5c7bedf6835eb6a93b35346e50777 (patch) | |
| tree | 6d13e9c458caf74f446681279627dcc0e219f8c1 | |
| parent | 1366a87c9cb5ed47910636d17972f1bcad27fb9f (diff) | |
memory_model.7: Correct typo
perserving -> preserving
Reviewed by: jrm
Event: Halifax Hackathon 202606
Fixes: 1366a87c9cb5 ("memory_model(7): create and document pointer provenance")
| -rw-r--r-- | share/man/man7/memory_model.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man7/memory_model.7 b/share/man/man7/memory_model.7 index 488f84763613..a97e8735214c 100644 --- a/share/man/man7/memory_model.7 +++ b/share/man/man7/memory_model.7 @@ -83,7 +83,7 @@ space boundaries. Specifically: .Bl -dash .It -Copy objects containing pointers with provenance-perserving APIs such +Copy objects containing pointers with provenance-preserving APIs such as: .Xr copyinptr 9 , .Xr copyoutptr 9 , |
