Browse Source

* Fix typo

Michaël Van Canneyt 5 tháng trước cách đây
mục cha
commit
b5bccf7a77
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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