Fix comment and Kconfig typos for 'require' and 'fragment'
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_display.c
index 9cd6de5f99061a2916af6d453dd46e2de2ea11fe..c297fc22867ed791d1e797b243a260acc212faf6 100644 (file)
@@ -904,9 +904,9 @@ intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
 
        memset(best_clock, 0, sizeof(*best_clock));
        max_n = limit->n.max;
-       /* based on hardware requriment prefer smaller n to precision */
+       /* based on hardware requirement, prefer smaller n to precision */
        for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
-               /* based on hardware requirment prefere larger m1,m2 */
+               /* based on hardware requirement, prefere larger m1,m2 */
                for (clock.m1 = limit->m1.max;
                     clock.m1 >= limit->m1.min; clock.m1--) {
                        for (clock.m2 = limit->m2.max;
This page took 0.031429 seconds and 5 git commands to generate.