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>
This commit is contained in:
Michael Zimmermann 2016-05-14 17:49:54 +08:00 committed by Liming Gao
parent 483b01d2da
commit 8b14b35b19
1 changed files with 1 additions and 1 deletions

View File

@ -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
#