Skip to content

Commit c2922da

Browse files
committed
!fixup VirtIOSerial and virtio: Fix typo
1 parent 81301ee commit c2922da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cores/arduino/VirtIOSerial.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ void VirtIOSerial::begin(void)
7171

7272
void VirtIOSerial::begin(uint32_t /* baud_count */)
7373
{
74-
// uart config is ignored in OpenAmp
74+
// uart config is ignored in OpenAMP
7575
begin();
7676
}
7777

7878
void VirtIOSerial::begin(uint32_t /* baud_count */, uint8_t /* config */)
7979
{
80-
// uart config is ignored in OpenAmp
80+
// uart config is ignored in OpenAMP
8181
begin();
8282
}
8383

cores/arduino/VirtIOSerial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "virtio_buffer.h"
3232

3333
//================================================================================
34-
// Serial over OpenAmp
34+
// Serial over OpenAMP
3535

3636
// This structure is used to be able to get VirtIOSerial instance (C++ class)
3737
// from handler (C structure) specially for rpmsg message management

0 commit comments

Comments
 (0)