Browse Source

* fixed comment

git-svn-id: trunk@14836 -
Jonas Maebe 15 years ago
parent
commit
8e77c6998b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/pdecsub.pas

+ 1 - 1
compiler/pdecsub.pas

@@ -522,7 +522,7 @@ implementation
              handle_calling_convention(pv);
            end
           else
-          { read type declaration, force reading for value and const paras }
+          { read type declaration, force reading for value paras }
            if (token=_COLON) or (varspez=vs_value) then
            begin
              consume(_COLON);