Skip to content

Commit 3f7c0a4

Browse files
committed
Fix some typos
1 parent f45c0d2 commit 3f7c0a4

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
@@ -123,7 +123,7 @@ MAKE_ENUM_TYPE(synthio, MathOperation, synthio_math_operation,
123123
//| including indirectly via a `Note` or another intermediate Math.
124124
//|
125125
//| Using the same Math as an input to multiple other Maths or Notes is OK, but
126-
//| the result if an Math is tied to multiple Synthtesizer objects is undefined.
126+
//| the result if an Math is tied to multiple `Synthesizer` objects is undefined.
127127
//|
128128
//| In the current implementation, Maths are updated every 256 samples. This
129129
//| should be considered an implementation detail.

0 commit comments

Comments
 (0)