diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-08 02:35:02 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-08 02:35:02 +0000 |
commit | a9cb6f085c5befcf0de92ba5bbf361c6e89ec0ca (patch) | |
tree | 171a5bdd4d49f345f8f6e53461369e446060f89a /appendixa/glibc-desc.xml | |
parent | f044f4c52129b91de0b582474f593e60515d5128 (diff) |
Spell Checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/glibc-desc.xml')
-rw-r--r-- | appendixa/glibc-desc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appendixa/glibc-desc.xml b/appendixa/glibc-desc.xml index bf91d87e5..dace3b634 100644 --- a/appendixa/glibc-desc.xml +++ b/appendixa/glibc-desc.xml @@ -17,7 +17,7 @@ are already present and at the disposal of the programmer. </para> <para> -The C library (actually almost every library) come in two flavours: +The C library (actually almost every library) come in two flavors: dynamic ones and static ones. In short when a program uses a static C library, the code from the C library will be copied into the executable file. When a program uses a dynamic library, that executable will not |