diff options
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r-- | chapter05/tcl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index c7863f457..7f0972857 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -18,7 +18,7 @@ test suites for GCC and Binutils. Installing three packages just for testing purposes may seem like overkill, but it is very reassuring, if not essential, to know that our most important tools are working properly.</para> -<para>Prepare Tcl to be compiled:</para> +<para>Prepare Tcl for compilation:</para> <screen><userinput>cd unix ./configure --prefix=/tools</userinput></screen> |