diff mbox series

drm/drm_device.h: fix a typo

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

Commit Message

Sui Jingfeng May 20, 2023, 12:12 p.m. UTC
From: Sui Jingfeng <suijingfeng@loongson.cn>

Replace it with if

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

Patch

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