Fix a couple of typos in the 'camcontrol negotiate' output.

Submitted by:	T-Om <tom@iki.fi>
Approved by:	jkh
This commit is contained in:
Kenneth D. Merry 2000-02-04 07:30:27 +00:00
parent b0e9a6041b
commit b932a03c79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56985

View File

@ -2252,9 +2252,9 @@ cpi_print(struct ccb_pathinq *cpi)
}
fprintf(stdout, "%s HBA engine count: %d\n", adapter_str,
cpi->hba_eng_cnt);
fprintf(stdout, "%s maxium target: %d\n", adapter_str,
fprintf(stdout, "%s maximum target: %d\n", adapter_str,
cpi->max_target);
fprintf(stdout, "%s maxium LUN: %d\n", adapter_str,
fprintf(stdout, "%s maximum LUN: %d\n", adapter_str,
cpi->max_lun);
fprintf(stdout, "%s highest path ID in subsystem: %d\n",
adapter_str, cpi->hpath_id);