OSDN Git Service

Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shell
authorJoel Jones <joel_k_jones@apple.com>
Fri, 20 Apr 2012 16:08:56 +0000 (16:08 +0000)
committerJoel Jones <joel_k_jones@apple.com>
Fri, 20 Apr 2012 16:08:56 +0000 (16:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155202 91177308-0d34-0410-b5e6-96231b3b80d8

docs/FAQ.html

index 5988809..dfc7270 100644 (file)
@@ -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 ...