Skip to content

Commit 9949004

Browse files
committed
Fix some typos
1 parent 25ac8f6 commit 9949004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shared-bindings/synthio/LFO.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static const uint16_t triangle[] = {0, 32767, 0, -32767};
3434
//| including indirectly via a `Note` or another intermediate LFO.
3535
//|
3636
//| Using the same LFO as an input to multiple other LFOs or Notes is OK, but
37-
//| the result if an LFO is tied to multiple Synthtesizer objects is undefined.
37+
//| the result if an LFO is tied to multiple `Synthesizer` objects is undefined.
3838
//|
3939
//| In the current implementation, LFOs are updated every 256 samples. This
4040
//| should be considered an implementation detail, though it affects how LFOs

shared-bindings/synthio/Math.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ MAKE_ENUM_TYPE(synthio, MathOperation, synthio_math_operation,
121121
//| including indirectly via a `Note` or another intermediate Math.
122122
//|
123123
//| Using the same Math as an input to multiple other Maths or Notes is OK, but
124-
//| the result if an Math is tied to multiple Synthtesizer objects is undefined.
124+
//| the result if an Math is tied to multiple `Synthesizer` objects is undefined.
125125
//|
126126
//| In the current implementation, Maths are updated every 256 samples. This
127127
//| should be considered an implementation detail.

0 commit comments

Comments
 (0)