diff options
Diffstat (limited to 'chapter05/binutils-exp.xml')
-rw-r--r-- | chapter05/binutils-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-exp.xml b/chapter05/binutils-exp.xml index c78a2519c..6722b5dda 100644 --- a/chapter05/binutils-exp.xml +++ b/chapter05/binutils-exp.xml @@ -4,7 +4,7 @@ <para><userinput>mkdir ../binutils-build:</userinput> The installation instructions for Binutils recommend creating a seperate build directory instead of compiling the package inside the source tree. So, we create a -binutils-buildd directory and work from there.</para> +binutils-build directory and work from there.</para> <para><userinput>--disable-nls:</userinput> This option disabled internationalization (also known as i18n). We don't need this for our |