}
 
 /**
- * fifo_icap_set_read_size - Set the the size register.
+ * fifo_icap_set_read_size - Set the size register.
  * @drvdata: a pointer to the drvdata.
  * @data: the size of the following read transaction, in words.
  **/
 
        buffer[index++] = XHI_NOOP_PACKET;
 
        /*
-        * Write the data to the FIFO and intiate the transfer of data present
+        * Write the data to the FIFO and initiate the transfer of data present
         * in the FIFO to the ICAP device.
         */
        return drvdata->config->set_configuration(drvdata,
        buffer[index++] = XHI_NOOP_PACKET;
 
        /*
-        * Write the data to the FIFO and intiate the transfer of data present
+        * Write the data to the FIFO and initiate the transfer of data present
         * in the FIFO to the ICAP device.
         */
        status = drvdata->config->set_configuration(drvdata,
                       drvdata->read_buffer + bytes_to_read,
                       4 - bytes_to_read);
        } else {
-               /* Get new data from the ICAP, and return was was requested. */
+               /* Get new data from the ICAP, and return what was requested. */
                kbuf = (u32 *) get_zeroed_page(GFP_KERNEL);
                if (!kbuf) {
                        status = -ENOMEM;