mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Fix spelling
This commit is contained in:
committed by
Abdelatif Guettouche
parent
2fda2451e3
commit
ba12c6c0cf
@@ -122,7 +122,7 @@ void edid_dump(FAR const struct edid_info_s *edid)
|
||||
|
||||
if ((edid->edid_video_input & EDID_DISPLAY_INPUT_SYNC) != 0)
|
||||
{
|
||||
syslog(LOG_INFO, " %-16sSeperate syncs\n", "");
|
||||
syslog(LOG_INFO, " %-16sSeparate syncs\n", "");
|
||||
}
|
||||
|
||||
if ((edid->edid_video_input & EDID_DISPLAY_INPUT_COMPOSITE) != 0)
|
||||
|
||||
Reference in New Issue
Block a user