Skip to content

Commit 9393467

Browse files
committed
Update comment for spelling
1 parent ff4b1b2 commit 9393467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/common-hal/pulseio/PulseOut.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ volatile uint16_t current_duty_cycle;
4545

4646
void pulse_finish(void) {
4747
pulse_index++;
48-
// Turn pwm pin off by settting duty cyle to 1.
48+
// Turn pwm pin off by setting duty cyle to 1.
4949
common_hal_pwmio_pwmout_set_duty_cycle(pwmout_obj,1);
5050
if (pulse_index >= pulse_length) {
5151
return;

0 commit comments

Comments
 (0)