Browse Source

* fixed missing bracket in comment

git-svn-id: branches/hlcgllvm@28153 -
Jonas Maebe 11 years ago
parent
commit
650fd162ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/hlcgobj.pas

+ 1 - 1
compiler/hlcgobj.pas

@@ -105,7 +105,7 @@ unit hlcgobj;
           {# Returns the kind of register this type should be loaded in (it does not
              check whether this is actually possible, but if it's loaded in a register
              by the compiler for any purpose other than parameter passing/function
-             result loading, this is the register type used }
+             result loading, this is the register type used) }
           class function def2regtyp(def: tdef): tregistertype; virtual;
 
           {# Returns a reference with its base address set from a pointer that