Merge branch 'typo_fix/fix-length-typo' into 'master'

docs: Fix length typo

Closes IDFGH-5272

See merge request espressif/esp-idf!14371
This commit is contained in:
Song Ruo Jing
2021-08-02 09:35:15 +00:00
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ complicated mode which combines the two modes above:
The idea is that to send something to a SPI device, you allocate a
transaction descriptor. It contains some information about the transfer
like the lenghth, address, command etc, plus pointers to transmit and
like the length, address, command etc, plus pointers to transmit and
receive buffer. The address of this block gets pushed into the transmit
queue. The SPI driver does its magic, and sends and retrieves the data
eventually. The data gets written to the receive buffers, if needed the