git: d1cfb5935dfb - stable/12 - videomode: Fix a typo in an kernel message

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 22 Apr 2022 07:28:37 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

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

    videomode: Fix a typo in an kernel message
    
    - s/Seperate/Separate/
    
    Obtained from:  NetBSD
    
    (cherry picked from commit f45f90c5d6f0f0d53998476281d42d857adf98c7)
---
 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 5bd7ee3ec3d4..d8b2ded0805a 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)