summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BaseTools/Conf/FrameworkDatabase.template2
-rw-r--r--BaseTools/Conf/target.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Conf/FrameworkDatabase.template b/BaseTools/Conf/FrameworkDatabase.template
index 6a43103178..b113c2664b 100644
--- a/BaseTools/Conf/FrameworkDatabase.template
+++ b/BaseTools/Conf/FrameworkDatabase.template
@@ -6,7 +6,7 @@
<Version>0.3</Version>
<Abstract>The Framework Module Development Packaging System Database</Abstract>
<Description>
- This Database tracks all packages and platforms installed in this workspace.
+ This Database tracks all packages and archives installed in this workspace.
</Description>
<Copyright>Copyright (c) 2007, Intel Corporation All rights reserved.</Copyright>
<License>
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template
index 5b36e18fb8..e9456ce717 100644
--- a/BaseTools/Conf/target.template
+++ b/BaseTools/Conf/target.template
@@ -50,7 +50,7 @@ TARGET_ARCH = IA32
# TOOL_DEFINITION_FILE Filename Optional Specify the name of the filename to use for specifying
# the tools to use for the build. If not specified,
# tools_def.txt will be used for the build. This file
-# MUST be located in the WORKSPACE/Tools/Conf directory.
+# MUST be located in the WORKSPACE/Conf directory.
TOOL_CHAIN_CONF = Conf/tools_def.txt
# TAGNAME List Optional Specify the name(s) of the tools_def.txt TagName to use.