git: 54cfd9cab9ae - stable/15 - ixl(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Apr 2026 16:44:34 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=54cfd9cab9ae8fb682e18a858d408399b2342407
commit 54cfd9cab9ae8fb682e18a858d408399b2342407
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-04 07:06:58 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-14 16:44:15 +0000
ixl(4): Fix a typo in a source code comment
- s/seperated/separated/
(cherry picked from commit ef3703a8cd9ade13d0c7a685577100e1fc18ee09)
---
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 f971a3073265..d5ec81499308 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.
*/