git: ef3703a8cd9a - main - ixl(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 04 Apr 2026 07:11:24 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=ef3703a8cd9ade13d0c7a685577100e1fc18ee09

commit ef3703a8cd9ade13d0c7a685577100e1fc18ee09
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-04 07:06:58 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-04 07:11:11 +0000

    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 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.
 */