summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2019-10-27 16:42:04 -0500
committerJeff Epler <jepler@gmail.com>2019-10-27 16:42:04 -0500
commit0657884fca377bd055cec3851bf4fbcaf5005095 (patch)
tree13fc4eece3706d7e2d870fa4f0c73eb24ba9f7b5
parent978cec0316b17809e68862beecdf9456a25cc439 (diff)
audiobus: correct trivial typo
-rw-r--r--shared-bindings/audiobusio/I2SOut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/audiobusio/I2SOut.c b/shared-bindings/audiobusio/I2SOut.c
index 2cd2b6728..81383c777 100644
--- a/shared-bindings/audiobusio/I2SOut.c
+++ b/shared-bindings/audiobusio/I2SOut.c
@@ -62,7 +62,7 @@
//| import time
//| import math
//|
-//| # Generate one period of sine wav.
+//| # Generate one period of sine wave.
//| length = 8000 // 440
//| sine_wave = array.array("H", [0] * length)
//| for i in range(length):