mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2417 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e4b9338243
commit
ef97d1698c
@ -20,7 +20,7 @@ the name of the function, resulting in a much smaller executable. This
|
|||||||
executable has the disadvantage of being somewhat slower than a statically
|
executable has the disadvantage of being somewhat slower than a statically
|
||||||
linked one, as the linking at run time takes a few moments.</para>
|
linked one, as the linking at run time takes a few moments.</para>
|
||||||
|
|
||||||
<para>Aside form this small drawback, dynamic linking has two major advantages
|
<para>Aside from this small drawback, dynamic linking has two major advantages
|
||||||
over static linking. First, you need only one copy of the executable library
|
over static linking. First, you need only one copy of the executable library
|
||||||
code on your hard disk, instead of having many copies of the same code included
|
code on your hard disk, instead of having many copies of the same code included
|
||||||
into a whole bunch of programs -- thus saving disk space. Second, when several
|
into a whole bunch of programs -- thus saving disk space. Second, when several
|
||||||
|
Loading…
Reference in New Issue
Block a user