* @client: client instance
  *
  * This reclaims a channel by freeing its resources and
- * reseting its inuse flag.
+ * resetting its inuse flag.
  *
  */
 
         * For example TREAD have 11.
         * 11 is the read/write header = PDU Header(7) + IO Size (4).
         * Arrange in such a way that server places header in the
-        * alloced memory and payload onto the user buffer.
+        * allocated memory and payload onto the user buffer.
         */
        in = pack_sg_list(chan->sg, out,
                          VIRTQUEUE_NUM, req->rc.sdata, in_hdr_len);
        .cancelled = p9_virtio_cancelled,
        /*
         * We leave one entry for input and one entry for response
-        * headers. We also skip one more entry to accomodate, address
+        * headers. We also skip one more entry to accommodate, address
         * that are not at page boundary, that can result in an extra
         * page in zero copy.
         */