/*
         ** Determine if this is a "mibget" or a "mibset".  If this is a
         ** "mibget", then make sure that the MIB may be read.  Otherwise,
-        ** this is a "mibset" so make make sure that the MIB may be written.
+        ** this is a "mibset" so make sure that the MIB may be written.
         */
 
        isget = (msg->msgcode == DIDMSG_DOT11REQ_MIBGET);
 
                case WLAN_MSD_FWLOAD:
                        wlandev->msdstate = WLAN_MSD_RUNNING_PENDING;
                        /* Initialize the device+driver for full
-                        * operation. Note that this might me an FWLOAD to
+                        * operation. Note that this might me an FWLOAD
                         * to RUNNING transition so we must not do a chip
                         * or board level reset.  Note that on failure,
                         * the MSD state is set to HWPRESENT because we
                 * we get back in range.  We should block transmits and
                 * receives in this state.  Do we need an indication here?
                 * Probably not since a polling user-mode element would
-                * get this status from from p2PortStatus(FD40). What about
+                * get this status from p2PortStatus(FD40). What about
                 * p80211?
                 * Response:
                 * Block Transmits, Ignore receives of data frames