diff options
author | Frederic Roussel" <fr.frasc@gmail.com> | 2009-11-17 10:01:22 -0800 |
---|---|---|
committer | Frederic Roussel" <fr.frasc@gmail.com> | 2009-11-17 10:01:22 -0800 |
commit | 6d9e27b5b7123cda957621a7cc0ef6ae97c9a842 (patch) | |
tree | 05bbb0076c79473bab9308ef8bbf7f24df508830 /Makefile.in | |
parent | 7f6d11480011bfdf81ff60647b8263e81971c06d (diff) | |
download | crosstool-ng-6d9e27b5b7123cda957621a7cc0ef6ae97c9a842.tar.gz crosstool-ng-6d9e27b5b7123cda957621a7cc0ef6ae97c9a842.tar.bz2 crosstool-ng-6d9e27b5b7123cda957621a7cc0ef6ae97c9a842.zip |
Fix typos and adjust some documentation.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8fe49123..462b8bf7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -129,7 +129,7 @@ docs/ct-ng.1.gz: docs/ct-ng.1 # We create a script fragment that is parseable from inside a Makefile, # but also from inside a shell script, hence the reason why we don't -# use := to set varaibles, although that will incur a (very small) +# use := to set variables, although that will incur a (very small) # penalty from the Makefile that includes it (due to re-evaluation at # each call). paths.mk: |