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/FCHBA.cc
          +++ new/usr/src/lib/sun_fc/common/FCHBA.cc
↓ open down ↓ 439 lines elided ↑ open up ↑
 440  440          } catch (HBAException &e) {
 441  441              i++;
 442  442              times = 0;
 443  443              log.debug(
 444  444                  "Ignoring partial failure while loading an HBA");
 445  445          }
 446  446      }
 447  447      if (pathList->numAdapters > HBAList::HBA_MAX_PER_LIST) {
 448  448          delete(pathList);
 449  449          throw InternalError(
 450      -            "Exceeds max number of adatpers that VSL supports.");
      450 +            "Exceeds max number of adapters that VSL supports.");
 451  451      }
 452  452      delete (pathList);
 453  453  }
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX