浏览代码

* 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;
         has_pointer_math:=cs_pointermath in current_settings.localswitches;
         if (df_specialization in tstoreddef(def).defoptions)
         if (df_specialization in tstoreddef(def).defoptions)
 {$ifndef genericdef_for_nested}
 {$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 }
              but no genericdef }
            and assigned(tstoreddef(def).genericdef)
            and assigned(tstoreddef(def).genericdef)
 {$endif}
 {$endif}