git: f45f90c5d6f0 - main - videomode: Fix a typo in an kernel message

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 19 Apr 2022 15:10:22 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=f45f90c5d6f0f0d53998476281d42d857adf98c7

commit f45f90c5d6f0f0d53998476281d42d857adf98c7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-19 15:09:52 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-19 15:09:52 +0000

    videomode: Fix a typo in an kernel message
    
    - s/Seperate/Separate/
    
    Obtained from:  NetBSD
    MFC after:      3 days
---
 sys/dev/videomode/edid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/videomode/edid.c b/sys/dev/videomode/edid.c
index 41676676e876..bacf5da7a2ab 100644
--- a/sys/dev/videomode/edid.c
+++ b/sys/dev/videomode/edid.c
@@ -187,7 +187,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("\tSeperate syncs\n");
+			printf("\tSeparate 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)