Bläddra i källkod

* fixed comment typo

git-svn-id: trunk@16618 -
Jonas Maebe 14 år sedan
förälder
incheckning
c8115921f1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      compiler/defcmp.pas

+ 1 - 1
compiler/defcmp.pas

@@ -337,7 +337,7 @@ implementation
                          begin
                            doconv:=tc_string_2_string;
                            { Don't prefer conversions from widestring to a
-                             normal string as we can loose information }
+                             normal string as we can lose information }
                            if (tstringdef(def_from).stringtype in [st_widestring,st_unicodestring]) and
                              not (tstringdef(def_to).stringtype in [st_widestring,st_unicodestring]) then
                              eq:=te_convert_l3