Commit 51fdf091 authored by Jim Cromie's avatar Jim Cromie Committed by Daniel Vetter
Browse files

drm/print: fixup spelling in a comment

parent 63c57e8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)