diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-07-16 12:26:24 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-07-16 12:26:24 +0000 |
| commit | db1c3dbe82953edda57f85f2e6d65ded272e5b0d (patch) | |
| tree | cddc7e6ab5ecc054935be597ba71441f5b401246 /sys/dev/qat | |
| parent | 1e680803108bd4000bbea4b1d5b4c142ec59e43f (diff) | |
Diffstat (limited to 'sys/dev/qat')
| -rw-r--r-- | sys/dev/qat/qatvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
