Skip to content

Commit 8cedcd0

Browse files
committed
dri2: little spelling fix
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
1 parent 0d6d9a4 commit 8cedcd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Xext/dri2/dri2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ DRI2ScreenInit(ScreenPtr pScreen, DRI2InfoPtr info)
14921492
#endif
14931493
}
14941494

1495-
/* Initialize minor if needed and set to minimum provied by DDX */
1495+
/* Initialize minor if needed and set to minimum provided by DDX */
14961496
if (!dri2_minor || dri2_minor > cur_minor)
14971497
dri2_minor = cur_minor;
14981498

0 commit comments

Comments
 (0)