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>

@@ -1271,11 +1271,11 @@
         uint32_t        tmp;
 
         ipw2100_master_stop(sc);
 
         /*
-         * move adatper to DO state
+         * move adapter to DO state
          */
         tmp = ipw2100_csr_get32(sc, IPW2100_CSR_CTL);
         ipw2100_csr_put32(sc, IPW2100_CSR_CTL, tmp | IPW2100_CTL_INIT);
 
         /*