소스 검색

* fix typo in comment

Sven/Sarah Barth 8 달 전
부모
커밋
4185e1dc67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

@@ -2602,7 +2602,7 @@ implementation
                  (genericparas.count>0) and
                  (df_generic in defoptions);
        if result then
-         { if any of the type parameters does *not* belong to as (meaning it was passed
+         { if any of the type parameters does *not* belong to us (meaning it was passed
            in from outside) then we aren't a generic, but a specialization }
          for i:=0 to genericparas.count-1 do
            begin