浏览代码

* Fix typo

Michaël Van Canneyt 4 月之前
父节点
当前提交
b5bccf7a77
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/defutil.pas

+ 1 - 1
compiler/defutil.pas

@@ -1068,7 +1068,7 @@ implementation
                     is_chararray(tpointerdef(p).pointeddef)));
       end;
 
-    { true if p is a pchar def }
+    { true if p is a pwidechar def }
     function is_pwidechar(p : tdef) : boolean;
       begin
         is_pwidechar:=(p.typ=pointerdef) and