Browse Source

* fixed class name in comment

git-svn-id: trunk@27312 -
nickysn 11 năm trước cách đây
mục cha
commit
359bd9a13a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/i8086/n8086con.pas

+ 1 - 1
compiler/i8086/n8086con.pas

@@ -30,7 +30,7 @@ interface
 
     type
 
-      { tcgpointerconstnode }
+      { ti8086pointerconstnode }
 
       ti8086pointerconstnode = class(tcgpointerconstnode)
         constructor create(v : TConstPtrUInt;def:tdef);override;