gfx_fb: Fix a typo in a source code comment

- s/decriptor/descriptor/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-12-22 10:00:42 +01:00
parent 6d5297569e
commit b5e0a70193

View File

@ -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;