git: db1c3dbe8295 - main - qat(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 16 Jul 2022 12:26:37 UTC
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 */