git: 35dc35e3b289 - stable/14 - copy.9: Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 19 Nov 2025 11:31:19 UTC
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=35dc35e3b28907617f855ad52e49794e1e674ed8

commit 35dc35e3b28907617f855ad52e49794e1e674ed8
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:39:32 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-19 11:31:10 +0000

    copy.9: Fix a typo in the manual page
    
    - s/heterogenous/heterogeneous/
    
    (cherry picked from commit ad7bbe691b453039980df729f32fffaf02ffd21c)
---
 share/man/man9/copy.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/copy.9 b/share/man/man9/copy.9
index 8b2d0dc67727..3a3105ddf644 100644
--- a/share/man/man9/copy.9
+++ b/share/man/man9/copy.9
@@ -43,7 +43,7 @@
 .Nm copyout_nofault ,
 .Nm copystr ,
 .Nm copyinstr
-.Nd heterogenous address space copy functions
+.Nd heterogeneous address space copy functions
 .Sh SYNOPSIS
 .In sys/types.h
 .In sys/systm.h