From ef3703a8cd9ade13d0c7a685577100e1fc18ee09 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 4 Apr 2026 09:06:58 +0200 Subject: [PATCH] ixl(4): Fix a typo in a source code comment - s/seperated/separated/ MFC after: 3 days --- sys/dev/ixl/ixl_txrx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ixl/ixl_txrx.c b/sys/dev/ixl/ixl_txrx.c index 04b8279bdc5..bca5abd370f 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. */