artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c08965e
)
Seperate -> Separate
author
jsg
<jsg@openbsd.org>
Sun, 6 Oct 2024 00:13:42 +0000
(
00:13
+0000)
committer
jsg
<jsg@openbsd.org>
Sun, 6 Oct 2024 00:13:42 +0000
(
00:13
+0000)
sys/dev/videomode/edid.c
patch
|
blob
|
history
diff --git
a/sys/dev/videomode/edid.c
b/sys/dev/videomode/edid.c
index
2149bf5
..
84b57d9
100644
(file)
--- a/
sys/dev/videomode/edid.c
+++ b/
sys/dev/videomode/edid.c
@@
-190,7
+190,7
@@
edid_print(struct edid_info *edid)
if (edid->edid_video_input & EDID_VIDEO_INPUT_BLANK_TO_BLACK)
printf("\tBlank-to-black setup\n");
if (edid->edid_video_input & EDID_VIDEO_INPUT_SEPARATE_SYNCS)
- printf("\tSep
e
rate syncs\n");
+ printf("\tSep
a
rate syncs\n");
if (edid->edid_video_input & EDID_VIDEO_INPUT_COMPOSITE_SYNC)
printf("\tComposite sync\n");
if (edid->edid_video_input & EDID_VIDEO_INPUT_SYNC_ON_GRN)