aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Jones <joel_k_jones@apple.com>2012-04-20 16:08:56 +0000
committerJoel Jones <joel_k_jones@apple.com>2012-04-20 16:08:56 +0000
commit93282d243067f20f197cf9978c2570bba3b96984 (patch)
treef29b747379add10542721ad18a8d3a21fd13940c
parent9111fc1d111206fe8adf91060cc157f964b56317 (diff)
downloadexternal_llvm-93282d243067f20f197cf9978c2570bba3b96984.zip
external_llvm-93282d243067f20f197cf9978c2570bba3b96984.tar.gz
external_llvm-93282d243067f20f197cf9978c2570bba3b96984.tar.bz2
Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shell
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155202 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 5988809..dfc7270 100644
--- a/docs/FAQ.html
+++ b/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 ...