/*
         * SI476X during its station seeking(or tuning) process uses several
-        * parameters to detrmine if "the station" is valid:
+        * parameters to determine if "the station" is valid:
         *
         *      - Signal's SNR(in dBuV) must be lower than
         *      #V4L2_CID_SI476X_SNR_THRESHOLD
  *
  * This table holds pointers to functions implementing particular
  * operations depending on the mode in which the tuner chip was
- * configured to start in. If the function is not supported
+ * configured to start. If the function is not supported
  * corresponding element is set to #NULL.
  *
  * @tune_freq: Tune chip to a specific frequency
        case V4L2_CID_RDS_RECEPTION:
                /*
                 * It looks like RDS related properties are
-                * inaccesable when tuner is in AM mode, so cache the
+                * inaccessible when tuner is in AM mode, so cache the
                 * changes
                 */
                if (si476x_core_is_in_am_receiver_mode(radio->core))