Procházet zdrojové kódy

* fixed comment typo

git-svn-id: trunk@35307 -
Jonas Maebe před 8 roky
rodič
revize
99a1847e2f
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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