diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 15:39:32 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 06:27:26 +0000 |
| commit | ad7bbe691b453039980df729f32fffaf02ffd21c (patch) | |
| tree | ce66e49da413e71459352e9d7b8459f319e1cc34 | |
| parent | 5215760811a5ce75d77f9017e392445014e6b1bb (diff) | |
copy.9: Fix a typo in the manual page
- s/heterogenous/heterogeneous/
MFC after: 5 days
| -rw-r--r-- | share/man/man9/copy.9 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
