浏览代码

The caller totally should

Simon Krajewski 11 年之前
父节点
当前提交
ef12ae8214
共有 1 个文件被更改,包括 2 次插入2 次删除
  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.
      *