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:
authorCampbell Barton <campbell@blender.org>2022-05-06 10:56:59 +0300
committerCampbell Barton <campbell@blender.org>2022-05-06 10:56:59 +0300
commit2c75857f9fc0dc5d524e4a0407e0a68856e5906e (patch)
tree4c875e0a1d2b87f2aa5f60e30db32f5bd826c6c2 /intern
parentae9ef281265a4dc2d1fc77783a012211895bc8d0 (diff)
Cleanup: spelling in comments, use doxygen comments
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_TrackpadWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_TrackpadWin32.cpp b/intern/ghost/intern/GHOST_TrackpadWin32.cpp
index 69b590ee8de..d5317f0f780 100644
--- a/intern/ghost/intern/GHOST_TrackpadWin32.cpp
+++ b/intern/ghost/intern/GHOST_TrackpadWin32.cpp
@@ -308,7 +308,7 @@ HRESULT GHOST_DirectManipulationViewportEventHandler::OnContentUpdated(
}
/* This state machine is used here because:
- * 1. Pinch and pan gestures must be differentiated and cannot be proccessed at the same time
+ * 1. Pinch and pan gestures must be differentiated and cannot be processed at the same time
* because XY transform values become nonsensical during pinch gesture.
* 2. GHOST requires delta values for events while DM provides transformation matrix of the
* current gesture.