git: 000e2a5b3dd9 - stable/13 - qat(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Jul 2022 16:01:37 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=000e2a5b3dd999151c605e11eb056e9a3b2853c4 commit 000e2a5b3dd999151c605e11eb056e9a3b2853c4 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-07-16 12:26:24 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-07-19 16:00:51 +0000 qat(4): Fix a typo in a source code comment - s/mirco/micro/ Obtained from: NetBSD (cherry picked from commit db1c3dbe82953edda57f85f2e6d65ded272e5b0d) --- 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 3f0ecd411874..47b83820510d 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 */