Cleanup: Fix typo in comment

This commit is contained in:
Hans Goudey 2020-10-31 22:54:13 -05:00
parent c271600101
commit 9de42337c8
1 changed files with 1 additions and 1 deletions

View File

@ -4397,7 +4397,7 @@ void wm_event_add_ghostevent(wmWindowManager *wm, wmWindow *win, int type, void
wm_event_add(win, &event);
break;
}
/* ,ouse button, */
/* Mouse button. */
case GHOST_kEventButtonDown:
case GHOST_kEventButtonUp: {
GHOST_TEventButtonData *bd = customdata;