git: 1c53a9d35420 - stable/13 - gfx_fb: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Dec 2021 10:41:14 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1c53a9d354208bcc821f02a0892eed86fcf453b5 commit 1c53a9d354208bcc821f02a0892eed86fcf453b5 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-12-22 09:00:42 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-12-25 10:40:36 +0000 gfx_fb: Fix a typo in a source code comment - s/decriptor/descriptor/ (cherry picked from commit b5e0a70193a7a02ba611317cd1688e29002685a4) --- stand/common/gfx_fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/common/gfx_fb.c b/stand/common/gfx_fb.c index 0cf357bd5f37..a9fcec9942f5 100644 --- a/stand/common/gfx_fb.c +++ b/stand/common/gfx_fb.c @@ -2774,7 +2774,7 @@ gfx_get_edid_resolution(struct vesa_edid_info *edid, edid_res_list_t *res) /* Walk detailed timing descriptors (4) */ for (int i = 0; i < DET_TIMINGS; i++) { /* - * Reserved value 0 is not used for display decriptor. + * Reserved value 0 is not used for display descriptor. */ if (edid->detailed_timings[i].pixel_clock == 0) continue;