From eb3ff1d6f9ca231f7cfde4a5b8255fa895d80d00 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Jan 2022 11:55:33 +1100 Subject: Cleanup: spelling in comments --- intern/ghost/intern/GHOST_WindowX11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp index 8b44403c598..c77ef162d9a 100644 --- a/intern/ghost/intern/GHOST_WindowX11.cpp +++ b/intern/ghost/intern/GHOST_WindowX11.cpp @@ -544,7 +544,7 @@ void GHOST_WindowX11::refreshXInputDevices() std::vector xevents; for (GHOST_SystemX11::GHOST_TabletX11 &xtablet : m_system->GetXTablets()) { - /* With modern XInput (xlib 1.6.2 at least and/or evdev 2.9.0) and some 'no-name' tablets + /* With modern XInput (XLIB 1.6.2 at least and/or EVDEV 2.9.0) and some 'no-name' tablets * like 'UC-LOGIC Tablet WP5540U', we also need to 'select' ButtonPress for motion event, * otherwise we do not get any tablet motion event once pen is pressed... See T43367. */ -- cgit v1.2.3