Quellcode durchsuchen

* fixed comment typo

git-svn-id: trunk@35307 -
Jonas Maebe vor 8 Jahren
Ursprung
Commit
99a1847e2f
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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