Browse Source

The caller totally should

Simon Krajewski 11 years ago
parent
commit
ef12ae8214
1 changed files with 2 additions and 2 deletions
  1. 2 2
      std/cpp/vm/Debugger.hx

+ 2 - 2
std/cpp/vm/Debugger.hx

@@ -191,8 +191,8 @@ class Debugger
 
     /**
      * Returns the full paths of the set of source files known to the debugger.
-     * This is a copy * of the original array and could be quite large.The caller should
-     * It is possiblw that this set will be empty, in which case the full paths are not known.
+     * This is a copy of the original array and could be quite large.
+     * It is possible that this set will be empty, in which case the full paths are not known.
      * The index of these files matches the index from "getFiles", so the full path for
      * a given short path can be calculated.
      *