diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h index b018e7684e9bf200bbc2d6f63b6172a50a94ac77..6e352a0b5c81d056e823f885e9e86352d46991c5 100644 --- a/include/drm/drm_connector.h +++ b/include/drm/drm_connector.h @@ -117,7 +117,7 @@ struct drm_display_info { /** * @pixel_clock: Maximum pixel clock supported by the sink, in units of - * 100Hz. This mismatches the clok in &drm_display_mode (which is in + * 100Hz. This mismatches the clock in &drm_display_mode (which is in * kHZ), because that's what the EDID uses as base unit. */ unsigned int pixel_clock;