Skip to content

Commit 4a9c60c

Browse files
committed
stmhal: Typo fix in comment.
1 parent 81a1e17 commit 4a9c60c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stmhal/usbd_cdc_interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ static int8_t CDC_Itf_Receive(uint8_t* Buf, uint32_t *Len) {
352352
delta_len = *Len;
353353

354354
} else {
355-
// filter out sepcial interrupt character from the buffer
355+
// filter out special interrupt character from the buffer
356356
bool char_found = false;
357357
uint8_t *dest = Buf;
358358
uint8_t *src = Buf;

0 commit comments

Comments
 (0)