From a0c7fe7a81bbcddaf591ebf7d4843df110d22c88 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 21 Nov 2009 19:05:40 +0000 Subject: [PATCH] minor comment fix --- direct/src/plugin/p3dInstanceManager.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/plugin/p3dInstanceManager.cxx b/direct/src/plugin/p3dInstanceManager.cxx index 5c873d7d92..ee4ea5ae4e 100644 --- a/direct/src/plugin/p3dInstanceManager.cxx +++ b/direct/src/plugin/p3dInstanceManager.cxx @@ -1158,8 +1158,8 @@ nt_thread_run() { // asynchronous notifications of request events. These request // events were detected in the various read threads associated with // each session, but we can't call back into the plugin host space - // from the read thread, since if the host immediately response to a - // callback by calling back into the p3d_plugin space, now we have + // from the read thread, since if the host immediately responds to a + // callback by calling back into the p3d_plugin space, we will have // our read thread doing stuff in here that's not related to the // read thread. Even worse, some of the things it might need to do // might require a separate read thread to be running!