diff options
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 |