[Bf-blender-cvs] [9de42337c87] master: Cleanup: Fix typo in comment

Hans Goudey noreply at git.blender.org
Sun Nov 1 04:54:24 CET 2020


Commit: 9de42337c8781702cfd44727cbb655d9fd11affc
Author: Hans Goudey
Date:   Sat Oct 31 22:54:13 2020 -0500
Branches: master
https://developer.blender.org/rB9de42337c8781702cfd44727cbb655d9fd11affc

Cleanup: Fix typo in comment

===================================================================

M	source/blender/windowmanager/intern/wm_event_system.c

===================================================================

diff --git a/source/blender/windowmanager/intern/wm_event_system.c b/source/blender/windowmanager/intern/wm_event_system.c
index 8f141a8e23b..4f2be59eb1a 100644
--- a/source/blender/windowmanager/intern/wm_event_system.c
+++ b/source/blender/windowmanager/intern/wm_event_system.c
@@ -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;



More information about the Bf-blender-cvs mailing list