diff options
author | Joel Jones <joel_k_jones@apple.com> | 2012-04-20 16:08:56 +0000 |
---|---|---|
committer | Joel Jones <joel_k_jones@apple.com> | 2012-04-20 16:08:56 +0000 |
commit | 58c5ac479341cf88de1e6b073c7bf4a718474dae (patch) | |
tree | 784614fd19b8c91b07edc838be379f64be2b7a5c /llvm/docs/FAQ.html | |
parent | 9e599bb6ac65b50bccf96b77d85750794e0e4cea (diff) | |
download | bcm5719-llvm-58c5ac479341cf88de1e6b073c7bf4a718474dae.tar.gz bcm5719-llvm-58c5ac479341cf88de1e6b073c7bf4a718474dae.zip |
Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shell
llvm-svn: 155202
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r-- | llvm/docs/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 59888095649..dfc72704e6b 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -237,7 +237,7 @@ LLVM have been ported to a plethora of platforms.</p> work.</p></li> <li><p>Run <tt>configure</tt> with an alternative <tt>PATH</tt> that is - correct. In a Borne compatible shell, the syntax would be:</p> + correct. In a Bourne compatible shell, the syntax would be:</p> <pre class="doc_code"> % PATH=[the path without the bad program] ./configure ... |