[llvm-commits] [llvm] r155202 - /llvm/trunk/docs/FAQ.html
Joel Jones
joel_k_jones at apple.com
Fri Apr 20 09:08:56 PDT 2012
Author: joel_k_jones
Date: Fri Apr 20 11:08:56 2012
New Revision: 155202
URL: http://llvm.org/viewvc/llvm-project?rev=155202&view=rev
Log:
Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shell
Modified:
llvm/trunk/docs/FAQ.html
Modified: llvm/trunk/docs/FAQ.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/FAQ.html?rev=155202&r1=155201&r2=155202&view=diff
==============================================================================
--- llvm/trunk/docs/FAQ.html (original)
+++ llvm/trunk/docs/FAQ.html Fri Apr 20 11:08:56 2012
@@ -237,7 +237,7 @@
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 ...
More information about the llvm-commits
mailing list