diff options
Diffstat (limited to 'usr/src/lib/sun_sas/common/sun_sas.c')
-rw-r--r-- | usr/src/lib/sun_sas/common/sun_sas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/sun_sas/common/sun_sas.c b/usr/src/lib/sun_sas/common/sun_sas.c index 152a25a723..3211a5924f 100644 --- a/usr/src/lib/sun_sas/common/sun_sas.c +++ b/usr/src/lib/sun_sas/common/sun_sas.c @@ -133,7 +133,7 @@ RetrieveOpenHandle(HBA_HANDLE handle) 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); } |