From cb9b4f9c14c7b45ba8bb3bcc0c5ef650c0a70032 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 24 Oct 2005 16:47:40 +0000 Subject: [PATCH] Fixed spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23970 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/MakefileGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 1484b02789d..d8c5029f95c 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -552,7 +552,7 @@

This utility target, only available when $(PROJ_OBJ_ROOT) is not the same as $(PROJ_SRC_ROOT), will completely clean the - $(PROJ_OBJ_ROOT) directoy by removing its content entirely and + $(PROJ_OBJ_ROOT) directory by removing its content entirely and reconfiguring the directory. This returns the $(PROJ_OBJ_ROOT) directory to a completely fresh state. All content in the directory except configured files and top-level makefiles will be lost.