stmhal: Typo fix in comment.

pull/1531/head
Paul Sokolovsky 2015-10-24 21:58:05 +03:00
rodzic 81a1e17238
commit 4a9c60cdfb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -352,7 +352,7 @@ static int8_t CDC_Itf_Receive(uint8_t* Buf, uint32_t *Len) {
delta_len = *Len;
} else {
// filter out sepcial interrupt character from the buffer
// filter out special interrupt character from the buffer
bool char_found = false;
uint8_t *dest = Buf;
uint8_t *src = Buf;