Browse Source

* fix typo (no code changes)

git-svn-id: trunk@45680 -
svenbarth 5 years ago
parent
commit
f94518a9ae
1 changed files with 1 additions and 1 deletions
  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}