Browse Source

* fixed typo

git-svn-id: trunk@34389 -
Jonas Maebe 9 years ago
parent
commit
6c40105037
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/aasmcnst.pas

+ 1 - 1
compiler/aasmcnst.pas

@@ -384,7 +384,7 @@ type
        filled in with the actual data (via ttypedconstplaceholder.replace)
        filled in with the actual data (via ttypedconstplaceholder.replace)
 
 
        useful in case you have table preceded by the number of elements, and
        useful in case you have table preceded by the number of elements, and
-       you cound the elements while building the table }
+       you count the elements while building the table }
      function emit_placeholder(def: tdef): ttypedconstplaceholder; virtual; abstract;
      function emit_placeholder(def: tdef): ttypedconstplaceholder; virtual; abstract;
     protected
     protected
      { common code to check whether a placeholder can be added at the current
      { common code to check whether a placeholder can be added at the current