Browse Source

* Correct some fixes of typos

Michaël Van Canneyt 5 days ago
parent
commit
2d9377426d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rtl/inc/pagemem.pp
  2. 1 1
      rtl/linux/bunxsysc.inc

+ 1 - 1
rtl/inc/pagemem.pp

@@ -163,7 +163,7 @@ procedure sack_pages(p:pointer;count:cardinal);
 begin
   fpmunmap(p,count shl page_shift);
   if geterrno<>0 then
-    runerror(204); {This one should success.}
+    runerror(204); {This one should succeed.}
 end;
 
 {****************************************************************************

+ 1 - 1
rtl/linux/bunxsysc.inc

@@ -327,7 +327,7 @@ end;
 
 Function fplink(existing:PAnsiChar;newone:PAnsiChar):cint;
 {
-  Procedures a hard link from new to old.
+  Creates a hard link from new to old.
   In effect, new will be the same file as old.
 }
 begin