nvmecontrol: fix typos

PR:		261911
Reviewed by:	kp
This commit is contained in:
Andrius V 2023-08-03 12:14:19 +02:00 committed by Kristof Provost
parent 1f3ced26d4
commit abe10d21b4
2 changed files with 2 additions and 2 deletions

View File

@ -811,7 +811,7 @@ logpage(const struct cmd *f, int argc, char *argv[])
NVME_CTRLR_DATA_LPA_NS_SMART_MASK;
/*
* The log page attribtues indicate whether or not the controller
* The log page attributes indicate whether or not the controller
* supports the SMART/Health information log page on a per
* namespace basis.
*/

View File

@ -591,7 +591,7 @@ print_hgst_info_background_scan(void *buf, uint16_t subtype __unused, uint8_t re
return;
}
if (code != 0) {
printf("Expceted code 0, found code %#x\n", code);
printf("Expected code 0, found code %#x\n", code);
return;
}
pom = le32dec(walker);