git: d81fe0b20632 - main - PCI_IOV_ADD_VF.9: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Oct 2025 06:27:40 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=d81fe0b206325b40e13625f5684ec8d19fdccf04
commit d81fe0b206325b40e13625f5684ec8d19fdccf04
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:34:56 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-27 06:27:26 +0000
PCI_IOV_ADD_VF.9: Fix a typo in the manual page
- s/initializating/initializing/
MFC after: 5 days
---
share/man/man9/PCI_IOV_ADD_VF.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/PCI_IOV_ADD_VF.9 b/share/man/man9/PCI_IOV_ADD_VF.9
index 512b0b8668cc..95bf5a218e8e 100644
--- a/share/man/man9/PCI_IOV_ADD_VF.9
+++ b/share/man/man9/PCI_IOV_ADD_VF.9
@@ -41,7 +41,7 @@ The
.Fn PCI_IOV_ADD_VF
method is called by the PCI Single-Root I/O Virtualization
.Pq SR-IOV
-infrastructure when it is initializating a new Virtual Function (VF) as a child
+infrastructure when it is initializing a new Virtual Function (VF) as a child
of the given Physical Function (PF) device.
This method will not be called until a successful call to
.Xr PCI_IOV_INIT 9