diff --git a/include/drm/drm_print.h b/include/drm/drm_print.h
index 9b66be54dd16f502fa24a075593a668ef3da6cfc..15a089a87c2254da4a5038f6afc2bf4e6760f678 100644
--- a/include/drm/drm_print.h
+++ b/include/drm/drm_print.h
@@ -327,7 +327,7 @@ static inline bool drm_debug_enabled(enum drm_debug_category category)
 /*
  * struct device based logging
  *
- * Prefer drm_device based logging over device or prink based logging.
+ * Prefer drm_device based logging over device or printk based logging.
  */
 
 __printf(3, 4)