@@ -215,7 +215,7 @@ static int qmspi_set_frequency(struct spi_qmspi_data *qdata, struct qmspi_regs *
215215 * SPI signalling mode: CPOL and CPHA
216216 * CPOL = 0 is clock idles low, 1 is clock idle high
217217 * CPHA = 0 Transmitter changes data on trailing of preceding clock cycle.
218- * Receiver samples data on leading edge of clock cyle .
218+ * Receiver samples data on leading edge of clock cycle .
219219 * 1 Transmitter changes data on leading edge of current clock cycle.
220220 * Receiver samples data on the trailing edge of clock cycle.
221221 * SPI Mode nomenclature:
@@ -475,7 +475,7 @@ static inline int qmspi_xfr_cm_init(const struct device *dev,
475475 * RX data discard for certain SPI command protocols using dual/quad I/O.
476476 * 1. Get largest contiguous data size from SPI context.
477477 * 2. If the SPI TX context has a non-zero length configure Local-DMA TX
478- * channel 1 for contigous data size. If TX context has valid buffer
478+ * channel 1 for contiguous data size. If TX context has valid buffer
479479 * configure channel to use context buffer with address increment.
480480 * If the TX buffer pointer is NULL interpret byte length as the number
481481 * of clocks to generate with output line(s) tri-stated. NOTE: The controller
@@ -487,7 +487,7 @@ static inline int qmspi_xfr_cm_init(const struct device *dev,
487487 * For example, if I/O lines is 4 (quad) meaning 4 bits per clock and the
488488 * user wants 7 clocks then the number of bit units is 4 * 7 = 28.
489489 * 3. If instead, the SPI RX context has a non-zero length configure Local-DMA
490- * RX channel 1 for the contigous data size. If RX context has a valid
490+ * RX channel 1 for the contiguous data size. If RX context has a valid
491491 * buffer configure channel to use buffer with address increment else
492492 * configure channel for driver data temporary buffer without address
493493 * increment.
@@ -696,7 +696,7 @@ static int qmspi_xfr_start_async(const struct device *dev, const struct spi_buf_
696696 return 0 ;
697697}
698698
699- /* Wrapper to start asynchronous (interrupts enabled) SPI transction */
699+ /* Wrapper to start asynchronous (interrupts enabled) SPI transaction */
700700static int qmspi_xfr_async (const struct device * dev ,
701701 const struct spi_config * config ,
702702 const struct spi_buf_set * tx_bufs ,
0 commit comments