git: 4a98047762f3 - stable/13 - videomode: Fix a typo in an kernel message

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

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

commit 4a98047762f311dedffd460bc5686da23e087434
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:10 +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 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)