diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2024-02-19 11:02:57 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2024-02-22 09:38:28 +0000 |
commit | 2710ac0c9c92dd77170eeb6b93db0fbf8861efb0 (patch) | |
tree | c9a6b83db76e26e236a8c8116f7c2d6756f2fb8f | |
parent | 245844372d7e4dd7c633816b67c0da59be75b812 (diff) | |
download | src-2710ac0c9c92dd77170eeb6b93db0fbf8861efb0.tar.gz src-2710ac0c9c92dd77170eeb6b93db0fbf8861efb0.zip |
iov.h: Fix a typo in a source code comment
- s/subystem/subsystem/
(cherry picked from commit f24c816daa00852f4a1d37649d00905a0d67f1b3)
-rw-r--r-- | sys/sys/iov.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/iov.h b/sys/sys/iov.h index cc9074489559..0171fc5a98cf 100644 --- a/sys/sys/iov.h +++ b/sys/sys/iov.h @@ -209,7 +209,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 |