Message ID | 20230520121201.332785-1-15330273260@189.cn (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/drm_device.h: fix a typo | expand |
diff --git a/include/drm/drm_device.h b/include/drm/drm_device.h index 7cf4afae2e79..8e377857fb01 100644 --- a/include/drm/drm_device.h +++ b/include/drm/drm_device.h @@ -211,7 +211,7 @@ struct drm_device { * refcount drops to zero, as opposed to via the vblank disable * timer. * - * This can be set to true it the hardware has a working vblank counter + * This can be set to true if the hardware has a working vblank counter * with high-precision timestamping (otherwise there are races) and the * driver uses drm_crtc_vblank_on() and drm_crtc_vblank_off() * appropriately. See also @max_vblank_count and