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>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/sun_fc/common/TgtFCHBA.cc
          +++ new/usr/src/lib/sun_fc/common/TgtFCHBA.cc
↓ open down ↓ 322 lines elided ↑ open up ↑
 323  323              HBA *hba = new TgtFCHBA(hbapath);
 324  324              list.insert(list.begin(), hba);
 325  325          } catch (...) {
 326  326              log.debug(
 327  327                  "Ignoring partial failure while loading an HBA");
 328  328          }
 329  329      }
 330  330      if (tgthbaList->numPorts > HBAList::HBA_MAX_PER_LIST) {
 331  331          delete(tgthbaList);
 332  332          throw InternalError(
 333      -            "Exceeds max number of adatpers that VSL supports.");
      333 +            "Exceeds max number of adapters that VSL supports.");
 334  334      }
 335  335      delete (tgthbaList);
 336  336  }
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX