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 @@
0.3
The Framework Module Development Packaging System Database
- This Database tracks all packages and platforms installed in this workspace.
+ This Database tracks all packages and archives installed in this workspace.
Copyright (c) 2007, Intel Corporation All rights reserved.
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.