aboutsummaryrefslogtreecommitdiff
path: root/01_dynamic_linking
diff options
context:
space:
mode:
Diffstat (limited to '01_dynamic_linking')
-rw-r--r--01_dynamic_linking/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/01_dynamic_linking/README.md b/01_dynamic_linking/README.md
index b80d055..67e29d6 100644
--- a/01_dynamic_linking/README.md
+++ b/01_dynamic_linking/README.md
@@ -26,9 +26,9 @@ control to the interpreter rather than the user program.
The interpreter will prepare the execution environment for the user program
and pass control to it afterwards.
Typical tasks of the interpreter are:
-- loading shared objects into memory
-- performing re-location
-- running initialization routines
+- Loading shared objects into memory (dependencies).
+- Performing re-location.
+- Running initialization routines.
```text
@vm @vm
| | | |