Parcourir la source

* fixed comment describing pshortstring2pchar

git-svn-id: trunk@13550 -
Jonas Maebe il y a 16 ans
Parent
commit
e7c9a380f7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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     }
     { the data in p is modified and p is returned     }
     function pchar2pshortstring(p : pchar) : pshortstring;
     function pchar2pshortstring(p : pchar) : pshortstring;
 
 
-    { ambivalent to pchar2pshortstring }
+    { inverse of pchar2pshortstring }
     function pshortstring2pchar(p : pshortstring) : pchar;
     function pshortstring2pchar(p : pshortstring) : pchar;
 
 
     { Ansistring (pchar+length) support }
     { Ansistring (pchar+length) support }