drm: Spelling s/hardward/hardware/g
[linux-2.6-microblaze.git] / include / drm / drm_bridge.h
index 7293c02..3606e1a 100644 (file)
@@ -107,7 +107,7 @@ struct drm_bridge_funcs {
         * Since this function is both called from the check phase of an atomic
         * commit, and the mode validation in the probe paths it is not allowed
         * to look at anything else but the passed-in mode, and validate it
-        * against configuration-invariant hardward constraints. Any further
+        * against configuration-invariant hardware constraints. Any further
         * limits which depend upon the configuration can only be checked in
         * @mode_fixup.
         *