diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h index c339fc85fd07..103ff57fc83c 100644 --- a/include/drm/drm_bridge.h +++ b/include/drm/drm_bridge.h @@ -192,7 +192,7 @@ struct drm_bridge_funcs { * or &drm_encoder_helper_funcs.dpms hook. * * The bridge must assume that the display pipe (i.e. clocks and timing - * singals) feeding it is no longer running when this callback is + * signals) feeding it is no longer running when this callback is * called. * * The @post_disable callback is optional.