瀏覽代碼

* fixed comment describing pshortstring2pchar

git-svn-id: trunk@13550 -
Jonas Maebe 16 年之前
父節點
當前提交
e7c9a380f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/cutils.pas

+ 1 - 1
compiler/cutils.pas

@@ -123,7 +123,7 @@ interface
     { the data in p is modified and p is returned     }
     function pchar2pshortstring(p : pchar) : pshortstring;
 
-    { ambivalent to pchar2pshortstring }
+    { inverse of pchar2pshortstring }
     function pshortstring2pchar(p : pshortstring) : pchar;
 
     { Ansistring (pchar+length) support }