Print this page
3067 Typo in spelling "succssful"

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/io/agpmaster/agpmaster.c
          +++ new/usr/src/uts/intel/io/agpmaster/agpmaster.c
↓ open down ↓ 631 lines elided ↑ open up ↑
 632  632                  master_softc->agpm_dev_type = DEVICE_IS_I830;
 633  633                  break;
 634  634          default:                /* unknown id */
 635  635                  return (-1);
 636  636          }
 637  637  
 638  638          return (0);
 639  639  }
 640  640  
 641  641  /*
 642      - * If agp master is succssfully detected, 0 is returned.
      642 + * If agp master is successfully detected, 0 is returned.
 643  643   * Otherwise -1 is returned.
 644  644   */
 645  645  static int
 646  646  detect_agp_devcice(agp_master_softc_t *master_softc,
 647  647      ddi_acc_handle_t acc_handle)
 648  648  {
 649  649          off_t cap;
 650  650  
 651  651          cap = agpmaster_cap_find(acc_handle);
 652  652          if (cap) {
↓ open down ↓ 80 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX