diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-04-04 07:06:58 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-04-04 07:11:11 +0000 |
| commit | ef3703a8cd9ade13d0c7a685577100e1fc18ee09 (patch) | |
| tree | 6a95040b16aa6eb8697fd6b2d64a914454da046d | |
| parent | adc41a72b8843047d02265a6ab2d8a5025a9ce89 (diff) | |
ixl(4): Fix a typo in a source code comment
- s/seperated/separated/
MFC after: 3 days
| -rw-r--r-- | sys/dev/ixl/ixl_txrx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ixl/ixl_txrx.c b/sys/dev/ixl/ixl_txrx.c index 04b8279bdc59..bca5abd370f5 100644 --- a/sys/dev/ixl/ixl_txrx.c +++ b/sys/dev/ixl/ixl_txrx.c @@ -33,7 +33,7 @@ /* ** IXL driver TX/RX Routines: -** This was seperated to allow usage by +** This was separated to allow usage by ** both the PF and VF drivers. */ |
