* fixed comment typo

git-svn-id: trunk@35307 -
This commit is contained in:
Jonas Maebe 2017-01-15 16:32:47 +00:00
parent 9cd707a27a
commit 99a1847e2f

View File

@ -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