[llvm-commits] CVS: llvm/docs/MakefileGuide.html
John Criswell
criswell at cs.uiuc.edu
Mon Oct 24 09:47:55 PDT 2005
Changes in directory llvm/docs:
MakefileGuide.html updated: 1.25 -> 1.26
---
Log message:
Fixed spelling.
---
Diffs of the changes: (+2 -2)
MakefileGuide.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.25 llvm/docs/MakefileGuide.html:1.26
--- llvm/docs/MakefileGuide.html:1.25 Tue May 10 17:06:14 2005
+++ llvm/docs/MakefileGuide.html Mon Oct 24 11:47:40 2005
@@ -552,7 +552,7 @@
<div class="doc_text">
<p>This utility target, only available when <tt>$(PROJ_OBJ_ROOT)</tt> is not
the same as <tt>$(PROJ_SRC_ROOT)</tt>, will completely clean the
- <tt>$(PROJ_OBJ_ROOT)</tt> directoy by removing its content entirely and
+ <tt>$(PROJ_OBJ_ROOT)</tt> directory by removing its content entirely and
reconfiguring the directory. This returns the <tt>$(PROJ_OBJ_ROOT)</tt>
directory to a completely fresh state. All content in the directory except
configured files and top-level makefiles will be lost.</p>
@@ -999,7 +999,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/05/10 22:06:14 $
+ Last modified: $Date: 2005/10/24 16:47:40 $
</address>
</body>
More information about the llvm-commits
mailing list