Codebase list kmscube / 2bc5f46
drm-common: Fix typo in comment Ben Widawsky 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
151151 return -1;
152152 }
153153
154 /* find prefered mode or the highest resolution mode: */
154 /* find preferred mode or the highest resolution mode: */
155155 for (i = 0, area = 0; i < connector->count_modes; i++) {
156156 drmModeModeInfo *current_mode = &connector->modes[i];
157157