git: 15bbcc7eae4f - stable/15 - PCI_IOV_ADD_VF.9: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Nov 2025 01:15:33 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=15bbcc7eae4f5fe6c145abaa1ecf0dd29aa4095b
commit 15bbcc7eae4f5fe6c145abaa1ecf0dd29aa4095b
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:34:56 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-02 01:13:36 +0000
PCI_IOV_ADD_VF.9: Fix a typo in the manual page
- s/initializating/initializing/
(cherry picked from commit d81fe0b206325b40e13625f5684ec8d19fdccf04)
---
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