summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files 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 @@
</div>
<p>Preloading is a feature of the dynamic linker (ld). On most UNIX
- systems <em>ld</em> 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!<br />
+ systems <em>ld</em> 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!<br />
<a href="preloading.html">Learn more ...</a></p>
</div>