Explorar o código

* fixed comment typo

git-svn-id: trunk@35307 -
Jonas Maebe %!s(int64=8) %!d(string=hai) anos
pai
achega
99a1847e2f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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