[PATCH] drm/drm_device.h: fix a typo

From: Sui Jingfeng
Date: Sat May 20 2023 - 08:12:15 EST


From: Sui Jingfeng <suijingfeng@xxxxxxxxxxx>

Replace it with if

Signed-off-by: Sui Jingfeng <suijingfeng@xxxxxxxxxxx>
---
include/drm/drm_device.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.25.1