aboutsummaryrefslogtreecommitdiff
path: root/src/sginfo.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-05-12 18:37:08 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-05-12 18:37:08 +0000
commit404cd7cc68c42c49076623e3ec13bb1f42f74ec7 (patch)
treef164f678be7a236aeb87874e1fa6890b37c2c6b3 /src/sginfo.c
parent3e056f675f51f14a5209efe1b491ba897e7873ce (diff)
downloadsg3_utils-404cd7cc68c42c49076623e3ec13bb1f42f74ec7.tar.gz
sg_lib: document internal json interface in include/sg_pr2serr.h; codespell fixes
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@952 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sginfo.c')
-rw-r--r--src/sginfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sginfo.c b/src/sginfo.c
index 0225ab5f..0fb85904 100644
--- a/src/sginfo.c
+++ b/src/sginfo.c
@@ -3012,7 +3012,7 @@ spi4_report_xfer(struct mpage_info * mpi, const char * prefix)
mpi->subpage);
printf("--------------------------------------------\n");
}
- intfield(pagestart + 6, 1, "Mimimum transfer period factor");
+ intfield(pagestart + 6, 1, "Minimum transfer period factor");
intfield(pagestart + 8, 1, "Maximum REQ/ACK offset");
intfield(pagestart + 9, 1, "Maximum transfer width exponent");
bitfield(pagestart + 10, "Protocol option bits supported", 0xff, 0);