Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2022 15:10:22 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f45f90c5d6f0 - main - videomode: Fix a typo in an kernel message
Message-ID:  <202204191510.23JFAMWh029712@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204191510.23JFAMWh029712>