浏览代码

* fixed comment typo

git-svn-id: trunk@16618 -
Jonas Maebe 14 年之前
父节点
当前提交
c8115921f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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