aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-08-01 18:21:58 +0000
committerJim Laskey <jlaskey@mac.com>2006-08-01 18:21:58 +0000
commitd5b0c9959421404b6f61b356ec355a8169baf642 (patch)
tree40823d261a52f3c1ae647ff3aed02c2fede7b13f
parent4b09b7f9e65c3091edf55007b2783084a3fa8532 (diff)
downloadllvm-d5b0c9959421404b6f61b356ec355a8169baf642.zip
llvm-d5b0c9959421404b6f61b356ec355a8169baf642.tar.gz
llvm-d5b0c9959421404b6f61b356ec355a8169baf642.tar.bz2
Transfer doc changes to 1.8 release.
llvm-svn: 29448
-rw-r--r--llvm/docs/CFEBuildInstrs.html3
-rw-r--r--llvm/docs/CodingStandards.html2
-rw-r--r--llvm/docs/CommandLine.html2
-rw-r--r--llvm/docs/GettingStarted.html6
4 files changed, 7 insertions, 6 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html
index fa49c29..4242206 100644
--- a/llvm/docs/CFEBuildInstrs.html
+++ b/llvm/docs/CFEBuildInstrs.html
@@ -117,7 +117,8 @@ web site.</p>
a read-only mirror using subversion. To check out the code the first time use:
</p>
-<tt>svn co svn://anonsvn.opensource.apple.com/svn/llvm <i>dst-directory</i></tt>
+<tt>svn co svn://anonsvn.opensource.apple.com/svn/llvm/trunk
+<i>dst-directory</i></tt>
<p>After that, the code can be be updated in the destination directory using;
</p>
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html
index 36aced6..cec26fa 100644
--- a/llvm/docs/CodingStandards.html
+++ b/llvm/docs/CodingStandards.html
@@ -161,7 +161,7 @@ included, as well as any notes or "gotchas" in the code to watch out for.</p>
<b>Class overviews</b>
-<p>Classes are one fundemental part of a good object oriented design. As such,
+<p>Classes are one fundamental part of a good object oriented design. As such,
a class definition should have a comment block that explains what the class is
used for... if it's not obvious. If it's so completely obvious your grandma
could figure it out, it's probably safe to leave it out. Naming classes
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html
index 5898bb3..b04820e 100644
--- a/llvm/docs/CommandLine.html
+++ b/llvm/docs/CommandLine.html
@@ -1763,7 +1763,7 @@ your custom data type.<p>
<p>This approach has the advantage that users of your custom data type will
automatically use your custom parser whenever they define an option with a value
type of your data type. The disadvantage of this approach is that it doesn't
-work if your fundemental data type is something that is already supported.</p>
+work if your fundamental data type is something that is already supported.</p>
</li>
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 273c28d..3373e1b 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -647,9 +647,9 @@ compressed with the gzip program.
<dd>Binary release of the llvm-gcc4 front end for MacOS X/X86.<br/></dd>
</dl>
-<p>It is also possible to download the sources of the llvm-gcc4 front end from
-a read-only subversion mirror at svn://anonsvn.opensource.apple.com/svn/llvm.
-</p>
+<p>It is also possible to download the sources of the llvm-gcc4 front end from a
+read-only subversion mirror at
+svn://anonsvn.opensource.apple.com/svn/llvm/trunk.</p>
</div>