Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Apr 2026 07:11:24 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ef3703a8cd9a - main - ixl(4): Fix a typo in a source code comment
Message-ID:  <69d0b99c.24704.4d3caa3b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d0b99c.24704.4d3caa3b>