Print this page
3217 cfgadm should spell "adaptors" correctly
Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com>
Reviewed by: David Hoeppner <0xffea@gmail.com>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Eric Schrock <Eric.Schrock@delphix.com>
@@ -131,11 +131,11 @@
const char ROUTINE[] = "RetrieveOpenHandle";
struct open_handle *open_handle_ptr = NULL;
if (global_hba_head == NULL) {
- log(LOG_DEBUG, ROUTINE, "No adpater is found.");
+ log(LOG_DEBUG, ROUTINE, "No adapter is found.");
return (NULL);
}
for (open_handle_ptr = global_hba_head->open_handles;
open_handle_ptr != NULL;