Browse Source

minor comment fix

David Rose 16 years ago
parent
commit
a0c7fe7a81
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/plugin/p3dInstanceManager.cxx

+ 2 - 2
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!