git: 2f7a8222b6a5 - main - memory_model.7: Correct typo

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Fri, 26 Jun 2026 13:17:01 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=2f7a8222b6a5c7bedf6835eb6a93b35346e50777

commit 2f7a8222b6a5c7bedf6835eb6a93b35346e50777
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-06-26 13:10:13 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-06-26 13:16:27 +0000

    memory_model.7: Correct typo
    
    perserving -> preserving
    
    Reviewed by: jrm
    Event: Halifax Hackathon 202606
    Fixes: 1366a87c9cb5 ("memory_model(7): create and document pointer provenance")
---
 share/man/man7/memory_model.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ,