소스 검색

* fix typo (no code changes)

git-svn-id: trunk@45680 -
svenbarth 5 년 전
부모
커밋
f94518a9ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

@@ -3763,7 +3763,7 @@ implementation
         has_pointer_math:=cs_pointermath in current_settings.localswitches;
         if (df_specialization in tstoreddef(def).defoptions)
 {$ifndef genericdef_for_nested}
-           { currently, nested procdefs of generic routines get df_specialisation,
+           { currently, nested procdefs of generic routines get df_specialization,
              but no genericdef }
            and assigned(tstoreddef(def).genericdef)
 {$endif}