diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h index 7293c02e17c54c7850a4b8a8ad2b140fa9a08f8a..3606e1a7f965b7ae3d5ac0acc2b5d1a68bbfee38 100644 --- a/include/drm/drm_bridge.h +++ b/include/drm/drm_bridge.h @@ -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. *