aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-12-22 09:00:42 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-12-22 09:00:42 +0000
commitb5e0a70193a7a02ba611317cd1688e29002685a4 (patch)
tree717c35ae8d3623cce41462a845dfe94eeebdf9f8
parent6d5297569e70eb71eeb7ae5278a165d4ffb50874 (diff)
downloadsrc-b5e0a70193a7a02ba611317cd1688e29002685a4.tar.gz
src-b5e0a70193a7a02ba611317cd1688e29002685a4.zip
gfx_fb: Fix a typo in a source code comment
- s/decriptor/descriptor/ MFC after: 3 days
-rw-r--r--stand/common/gfx_fb.c2
1 files changed, 1 insertions, 1 deletions
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;