diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index e2ef9bf29..7167c9df9 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -212,7 +212,7 @@ SEARCH_DIR("/lib") SEARCH_DIR("/usr/lib");</computeroutput></screen> <para>A 64-bit system may see a few more directories. For example, here - is the output from a x86_64 machine:</para> + is the output from an x86_64 machine:</para> <screen><computeroutput>SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib64") SEARCH_DIR("/usr/local/lib64") |