浏览代码

* fixed typo in comment

git-svn-id: branches/hlcgllvm@26978 -
Jonas Maebe 11 年之前
父节点
当前提交
a6a72e210c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/llvm/rgllvm.pas

+ 1 - 1
compiler/llvm/rgllvm.pas

@@ -123,7 +123,7 @@ implementation
        begin
        begin
          spillednodes.clear;
          spillednodes.clear;
          { there should be only one round of spilling per register type, we
          { there should be only one round of spilling per register type, we
-           shouldn't generate multiple writes so a single register here }
+           shouldn't generate multiple writes to a single register here }
          if spillcounter<>0 then
          if spillcounter<>0 then
            exit;
            exit;
          { registers must be in SSA form -> determine all registers that are
          { registers must be in SSA form -> determine all registers that are