summaryrefslogtreecommitdiffstats
path: root/BaseTools
diff options
context:
space:
mode:
authorMichael Zimmermann <sigmaepsilon92@gmail.com>2016-05-14 17:49:54 +0800
committerLiming Gao <liming.gao@intel.com>2016-05-26 11:07:45 +0800
commit8b14b35b192dc57eb01e091b7bf32af3b0e960b3 (patch)
treebf464eb85424be8d935a7380aa389d84a137a8c3 /BaseTools
parent483b01d2da22bab88f0815a2f01025ea6b9333f5 (diff)
downloadedk2-8b14b35b192dc57eb01e091b7bf32af3b0e960b3.tar.gz
edk2-8b14b35b192dc57eb01e091b7bf32af3b0e960b3.tar.bz2
edk2-8b14b35b192dc57eb01e091b7bf32af3b0e960b3.zip
BaseTools: Fix comments about return value of 'LoadToolDefFile'
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/Source/Python/Common/ToolDefClassObject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Common/ToolDefClassObject.py b/BaseTools/Source/Python/Common/ToolDefClassObject.py
index 4d54027820..07e6696380 100644
--- a/BaseTools/Source/Python/Common/ToolDefClassObject.py
+++ b/BaseTools/Source/Python/Common/ToolDefClassObject.py
@@ -53,7 +53,7 @@ class ToolDefClassObject(object):
## LoadToolDefFile
#
- # Load target.txt file and parse it, return a set structure to store keys and values
+ # Load target.txt file and parse it
#
# @param Filename: Input value for full path of tools_def.txt
#