diff options
Diffstat (limited to 'chapter05/whystatic.xml')
-rw-r--r-- | chapter05/whystatic.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/whystatic.xml b/chapter05/whystatic.xml index 634191db4..9bc406c65 100644 --- a/chapter05/whystatic.xml +++ b/chapter05/whystatic.xml @@ -24,7 +24,7 @@ separate file, which is loaded only when the program needs it. This is what we call dynamically linked, as the library is loaded and unloaded dynamically, as the program needs it.</para> -<para>So now we have a 1kb file and a 2.5MB file, but we still haven't saved any +<para>So now we have a 1KB file and a 2.5MB file, but we still haven't saved any space (except maybe RAM until the library is needed). The REAL advantage to dynamically linked libraries is that we only need one copy of the library. If <filename>ls</filename> and <filename>rm</filename> both use the same |