summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dnd/source.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/source.cxx b/dtrans/source/win32/dnd/source.cxx
index 772eeb0ccb00..ac5f18382819 100644
--- a/dtrans/source/win32/dnd/source.cxx
+++ b/dtrans/source/win32/dnd/source.cxx
@@ -68,7 +68,7 @@ DragSource::~DragSource()
????
Do we really need a separate thread for
every Dnd operation or only if the source
- thread is an MTA thread
+ thread is a MTA thread
????
*/
void DragSource::StartDragImpl(
@@ -111,7 +111,7 @@ void DragSource::StartDragImpl(
DWORD processId;
m_threadIdWindow= GetWindowThreadProcessId( m_hAppWindow, &processId);
- // hold the instance for the DnD thread, it's to late
+ // hold the instance for the DnD thread, it's too late
// to acquire at the start of the thread procedure
// the thread procedure is responsible for the release
acquire();