git: b5e0a70193a7 - main - gfx_fb: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 22 Dec 2021 09:02:12 UTC
The branch main has been updated by gbe (doc committer):

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

commit b5e0a70193a7a02ba611317cd1688e29002685a4
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-12-22 09:00:42 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-12-22 09:00:42 +0000

    gfx_fb: Fix a typo in a source code comment
    
    - s/decriptor/descriptor/
    
    MFC after:      3 days
---
 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 9e703e05c911..b80e9c565944 100644
--- a/stand/common/gfx_fb.c
+++ b/stand/common/gfx_fb.c
@@ -2852,7 +2852,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;