git: 13c7c0e5659b - stable/12 - iov.h: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 09:39:04 UTC
The branch stable/12 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=13c7c0e5659b5632720e2d20cc34da07de482988 commit 13c7c0e5659b5632720e2d20cc34da07de482988 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-02-19 11:02:57 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-02-22 09:38:54 +0000 iov.h: Fix a typo in a source code comment - s/subystem/subsystem/ (cherry picked from commit f24c816daa00852f4a1d37649d00905a0d67f1b3) --- sys/sys/iov.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/iov.h b/sys/sys/iov.h index 3be01180a107..e1ec11a4dd7f 100644 --- a/sys/sys/iov.h +++ b/sys/sys/iov.h @@ -211,7 +211,7 @@ struct pci_iov_schema * (PF or individual VF). * Note: We will refer to the section of the configuration schema that * specifies the parameters for this subsystem and device - * configuration as the device/subystem schema. + * configuration as the device/subsystem schema. * 2) The subsystem node must contain only keys that correspond to parameters * that are specified in the device/subsystem schema. * 3) Every parameter specified as required in the device/subsystem schema is