Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2022 12:26:37 GMT
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: db1c3dbe8295 - main - qat(4): Fix a typo in a source code comment
Message-ID:  <202207161226.26GCQbWA049966@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

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

commit db1c3dbe82953edda57f85f2e6d65ded272e5b0d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-07-16 12:26:24 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-07-16 12:26:24 +0000

    qat(4): Fix a typo in a source code comment
    
    - s/mirco/micro/
    
    Obtained from:  NetBSD
    MFC after:      3 days
---
 sys/dev/qat/qatvar.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/qat/qatvar.h b/sys/dev/qat/qatvar.h
index 3e782d1bbb89..284b4c27fa05 100644
--- a/sys/dev/qat/qatvar.h
+++ b/sys/dev/qat/qatvar.h
@@ -240,7 +240,7 @@ struct qat_ae {
 	u_int qae_free_addr;		/* free micro-store address */
 	u_int qae_free_size;		/* free micro-store size */
 	u_int qae_live_ctx_mask;	/* live context mask */
-	u_int qae_ustore_dram_addr;	/* mirco-store DRAM address */
+	u_int qae_ustore_dram_addr;	/* micro-store DRAM address */
 	u_int qae_reload_size;		/* reloadable code size */
 
 	/* aefw */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207161226.26GCQbWA049966>