summaryrefslogtreecommitdiff
path: root/docs/library/machine.I2S.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/machine.I2S.rst')
-rw-r--r--docs/library/machine.I2S.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/machine.I2S.rst b/docs/library/machine.I2S.rst
index b602ac650..2244ef420 100644
--- a/docs/library/machine.I2S.rst
+++ b/docs/library/machine.I2S.rst
@@ -103,7 +103,7 @@ Constructor
- ``ibuf`` specifies internal buffer length (bytes)
For all ports, DMA runs continuously in the background and allows user applications to perform other operations while
- sample data is transfered between the internal buffer and the I2S peripheral unit.
+ sample data is transferred between the internal buffer and the I2S peripheral unit.
Increasing the size of the internal buffer has the potential to increase the time that user applications can perform non-I2S operations
before underflow (e.g. ``write`` method) or overflow (e.g. ``readinto`` method).