diff options
author | John Criswell <criswell@uiuc.edu> | 2005-10-24 16:47:40 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-10-24 16:47:40 +0000 |
commit | cb9b4f9c14c7b45ba8bb3bcc0c5ef650c0a70032 (patch) | |
tree | ec93aa4c8d79608bfb14832e4f88dd45a72c44bc | |
parent | ff3468e4b71c7d796cb20fe5469396a64e767618 (diff) |
Fixed spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23970 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/MakefileGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 1484b02789..d8c5029f95 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -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> |