Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2026 17:32:48 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d23e0bc9c400 - stable/14 - ixl(4): Fix a typo in a source code comment
Message-ID:  <69de7a40.331c9.10c0fafa@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by gbe:

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

commit d23e0bc9c4004364b573c03d674cb73588c6c014
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-04 07:06:58 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-14 17:32:41 +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.
 */
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de7a40.331c9.10c0fafa>