Skip to content

Commit

Permalink
gfx_fb: Fix a typo in a source code comment
Browse files Browse the repository at this point in the history
- s/decriptor/descriptor/

(cherry picked from commit b5e0a70)
  • Loading branch information
gbergling committed Dec 25, 2021
1 parent 56cb816 commit 1c53a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stand/common/gfx_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1c53a9d

Please sign in to comment.