From 9a20c484ec9d2c81aba559a07591becef86c99e9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 4 Jul 2016 08:38:30 +0200 Subject: Grammar fixes by Richard Sharpe --- index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index e54f7c7..3d44349 100644 --- a/index.html +++ b/index.html @@ -51,12 +51,11 @@

Preloading is a feature of the dynamic linker (ld). On most UNIX - systems ld allows to load a number of shared libraries - before loading all the shared libraries which are required by - an executable. The cwrap project uses this feature to implement - special libraries which can be used to fake certain behavior of the - system. Think of it like "The Matrix" where reality is simulated and - everything is a lie!
+ systems ld allows you to load a number of libraries before those + that are required by an executable. The cwrap project uses this feature + to implement special libraries which can be used to fake certain behavior + of the system. Think of it like "The Matrix" where reality is simulated + and everything is a lie!
Learn more ...

-- cgit v1.2.3