[Bf-blender-cvs] [1400fdf558f] master: Fix petty comment.

Ray Molenkamp noreply at git.blender.org
Thu May 20 20:38:04 CEST 2021


Commit: 1400fdf558f3b834ab3c1c46f5c722d1d4a4f07d
Author: Ray Molenkamp
Date:   Thu May 20 12:38:01 2021 -0600
Branches: master
https://developer.blender.org/rB1400fdf558f3b834ab3c1c46f5c722d1d4a4f07d

Fix petty comment.

I'm embarrassed this was in our codebase for 18 years

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

M	intern/ghost/intern/GHOST_WindowWin32.h

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

diff --git a/intern/ghost/intern/GHOST_WindowWin32.h b/intern/ghost/intern/GHOST_WindowWin32.h
index 413a883784b..b004f7e7b19 100644
--- a/intern/ghost/intern/GHOST_WindowWin32.h
+++ b/intern/ghost/intern/GHOST_WindowWin32.h
@@ -242,7 +242,7 @@ typedef enum {
 } GHOST_MouseCaptureEventWin32;
 
 /**
- * GHOST window on M$ Windows OSs.
+ * GHOST window on MS Windows OSs.
  */
 class GHOST_WindowWin32 : public GHOST_Window {
  public:



More information about the Bf-blender-cvs mailing list