*
         * When this cycle the battery gets charged to a higher (calculated)
         * capacity then the previous cycle then FullCAP will get updated
-        * contineously once end-of-charge detection kicks in, so allow the
+        * continuously once end-of-charge detection kicks in, so allow the
         * 2 to differ a bit.
         */
 
 
 /*
  * Block write all the override values coming from platform data.
- * This function MUST be called before the POR initialization proceedure
+ * This function MUST be called before the POR initialization procedure
  * specified by maxim.
  */
 static inline void max17042_override_por_values(struct max17042_chip *chip)
         */
        msleep(500);
 
-       /* Initialize configaration */
+       /* Initialize configuration */
        max17042_write_config_regs(chip);
 
        /* write cell characterization data */
        struct regmap *map = chip->regmap;
        u32 soc, soc_tr;
 
-       /* program interrupt thesholds such that we should
+       /* program interrupt thresholds such that we should
         * get interrupt for every 'off' perc change in the soc
         */
        regmap_read(map, MAX17042_RepSOC, &soc);