Browse Source

* fix typo (no code changes)

git-svn-id: trunk@45680 -
svenbarth 5 năm trước cách đây
mục cha
commit
f94518a9ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}