Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2021-05-20 21:38:01 +0300
committerRay Molenkamp <github@lazydodo.com>2021-05-20 21:38:01 +0300
commit1400fdf558f3b834ab3c1c46f5c722d1d4a4f07d (patch)
tree0218a1cbc36312f636d513dc6c0a1bffdbd32aa9 /intern
parentef04fd95717d972f294c5ff69a418a7af4504d35 (diff)
Fix petty comment.
I'm embarrassed this was in our codebase for 18 years
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_WindowWin32.h2
1 files changed, 1 insertions, 1 deletions
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: