浏览代码

* fixed comment typo

git-svn-id: trunk@35307 -
Jonas Maebe 8 年之前
父节点
当前提交
99a1847e2f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/htypechk.pas

+ 2 - 2
compiler/htypechk.pas

@@ -1661,8 +1661,8 @@ implementation
              subn,
              addn :
                begin
-                 { Allow operators on a pointer, or an integer
-                   and a pointer typecast and deref has been found }
+                 { Allow operators on a pointer, or on an integer
+                   if a pointer typecast and deref have been found }
                  if ((hp.resultdef.typ=pointerdef) or
                      (is_integer(hp.resultdef) and gotpointer)) and
                     gotderef then